#129589

Color #129589 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #129589

Tints of Dark Cyan #129589

Color information

#129589 (or 0x129589) is unknown color: approx Dark Cyan. HEX triplet: 12, 95 and 89. RGB value is (18,149,137). Sum of RGB (Red+Green+Blue) = 18+149+137=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #129589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129589 is #ED6A76. Grayscale: #6C6C6C. Windows color (decimal): -15559287 or 9016594. OLE color: 9016594.

HSL color Cylindrical-coordinate representation of color #129589: hue angle of 174.5º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129589 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB18149137-
CMYK0.8800.080.42
HSL174.5º78.44%32.75%-
HSV(B)174.5º87.92%58.43%-
XYZ15.5123.4327.37-
YUV108.46144.163.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.92%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=5.92%
G=49.01%
B=45.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181491370.8800.080.42174.578.4432.75
Hex12958958082Aaf4e21
Octal222252111300105225711641
Binary100101001010110001001101100001000101010101011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129589; }

 p { color: rgb(18,149,137); }

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

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

 a { background-color: rgb(18,149,137); }

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

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

 span { border-color: rgb(18,149,137); }

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