Html Css Color HEX #129589 Dark Cyan

📋 copy color: '#129589'

red 18 ◦ green 149 ◦ blue 137

#129589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #129589

Tints of Dark Cyan #129589

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 value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#129589 (or 0x129589) is known color: 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

RGB 18 149 137 -
CMYK 0.88 0 0.08 0.42
HSL 174.5º 0.78% 0.33% -
HSV(B) 174.5º 0.88% 0.58% -
XYZ 15.51 23.43 27.37 -
YUV 108.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 18 149 137 0.88 0 0.08 0.42 174.5 0.78 0.33
Hex 12 95 89 58 0 8 2A AF 4E 21
Octal 22 225 211 130 0 10 52 257 116 41
Binary 10010 10010101 10001001 1011000 0 1000 101010 10101111 1001110 100001

Color Harmonies of #129589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129589

Black with #129589

Text Example


Text Example

White with #129589

Text Example


Text Example

HTML Codes & Css Web 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>