#129E7E

Color #129E7E Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #129E7E

Tints of Free Speech Aquamarine #129E7E

Color information

#129E7E (or 0x129E7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 7E. RGB value is (18,158,126). Sum of RGB (Red+Green+Blue) = 18+158+126=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #129E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E7E is #ED6181. Grayscale: #707070. Windows color (decimal): -15556994 or 8298002. OLE color: 8298002.

HSL color Cylindrical-coordinate representation of color #129E7E: hue angle of 166.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E7E is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB18158126-
CMYK0.8900.200.38
HSL166.29º79.55%34.51%-
HSV(B)166.29º88.61%61.96%-
XYZ16.2426.0923.92-
YUV112.49135.6260.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=5.96%
G=52.32%
B=41.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581260.8900.200.38166.2979.5534.51
Hex129E7E5901426a65023
Octal222361761310244624612043
Binary100101001111011111101011001010100100110101001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129E7E; }

 p { color: rgb(18,158,126); }

 H1.HeaderClassName
 {
   color: #129E7E;
 }
 .AnyTagClassName
 {
   color: #129E7E;
 }
</style>
background-color css

<style>
 a { background-color: #129E7E; }

 a { background-color: rgb(18,158,126); }

 div.DivClassName
 {
   background-color: #129E7E;
 }
 .BgClassName
 {
   background-color: #129E7E;
 }
</style>
border-color css

<style>
 span { border-color: #129E7E; }

 span { border-color: rgb(18,158,126); }

 td.TdClassName
 {
   border-color: #129E7E;
 }
 .TagClassName
 {
   border-color: #129E7E;
 }
</style>