#129E79

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

Shades of Free Speech Aquamarine #129E79

Tints of Free Speech Aquamarine #129E79

Color information

#129E79 (or 0x129E79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 79. RGB value is (18,158,121). Sum of RGB (Red+Green+Blue) = 18+158+121=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #129E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E79 is #ED6186. Grayscale: #6F6F6F. Windows color (decimal): -15556999 or 7970322. OLE color: 7970322.

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

Color convert

RGB18158121-
CMYK0.8900.230.38
HSL164.14º79.55%34.51%-
HSV(B)164.14º88.61%61.96%-
XYZ15.9325.9622.26-
YUV111.92133.1261.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=6.06%
G=53.20%
B=40.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581210.8900.230.38164.1479.5534.51
Hex129E795901726a45023
Octal222361711310274624412043
Binary100101001111011110011011001010111100110101001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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