Html Css Color HEX #129588 Dark Cyan

📋 copy color: '#129588'

red 18 ◦ green 149 ◦ blue 136

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

Shades of Dark Cyan #129588

Tints of Dark Cyan #129588

RGB

 RED value IS 18 (7.42% from 255) = 5.94%

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 5.94%
G = 49.17%
B = 44.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#129588 (or 0x129588) is known color: Dark Cyan. HEX triplet: 12, 95 and 88. RGB value is (18,149,136). Sum of RGB (Red+Green+Blue) = 18+149+136=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #129588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129588 is #ED6A77. Grayscale: #6C6C6C. Windows color (decimal): -15559288 or 8951058. OLE color: 8951058.

HSL color Cylindrical-coordinate representation of color #129588: hue angle of 174.05º 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 #129588 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 136 -
CMYK 0.88 0 0.09 0.42
HSL 174.05º 0.78% 0.33% -
HSV(B) 174.05º 0.88% 0.58% -
XYZ 15.44 23.4 27 -
YUV 108.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 18 149 136 0.88 0 0.09 0.42 174.05 0.78 0.33
Hex 12 95 88 58 0 9 2A AE 4E 21
Octal 22 225 210 130 0 11 52 256 116 41
Binary 10010 10010101 10001000 1011000 0 1001 101010 10101110 1001110 100001

Color Harmonies of #129588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129588

Black with #129588

Text Example


Text Example

White with #129588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129588; }

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

 H1.HeaderClassName
 {
   color: #129588;
 }
 .AnyTagClassName
 {
   color: #129588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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