#129E76

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

Shades of Free Speech Aquamarine #129E76

Tints of Free Speech Aquamarine #129E76

Color information

#129E76 (or 0x129E76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 76. RGB value is (18,158,118). Sum of RGB (Red+Green+Blue) = 18+158+118=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #129E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E76 is #ED6189. Grayscale: #6F6F6F. Windows color (decimal): -15557002 or 7773714. OLE color: 7773714.

HSL color Cylindrical-coordinate representation of color #129E76: hue angle of 162.86º 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 #129E76 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB18158118-
CMYK0.8900.250.38
HSL162.86º79.55%34.51%-
HSV(B)162.86º88.61%61.96%-
XYZ15.7525.8921.31-
YUV111.58131.6261.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 158 (62.11% from 255) = 53.74%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=6.12%
G=53.74%
B=40.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581180.8900.250.38162.8679.5534.51
Hex129E765901926a35023
Octal222361661310314624312043
Binary100101001111011101101011001011001100110101000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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