Html Css Color HEX #129887 Dark Cyan

📋 copy color: '#129887'

red 18 ◦ green 152 ◦ blue 135

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

Shades of Dark Cyan #129887

Tints of Dark Cyan #129887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 5.9%
G = 49.84%
B = 44.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#129887 (or 0x129887) is known color: Dark Cyan. HEX triplet: 12, 98 and 87. RGB value is (18,152,135). Sum of RGB (Red+Green+Blue) = 18+152+135=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #129887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129887 is #ED6778. Grayscale: #6D6D6D. Windows color (decimal): -15558521 or 8886290. OLE color: 8886290.

HSL color Cylindrical-coordinate representation of color #129887: hue angle of 172.39º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129887 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 135 -
CMYK 0.88 0 0.11 0.40
HSL 172.39º 0.79% 0.33% -
HSV(B) 172.39º 0.88% 0.6% -
XYZ 15.85 24.33 26.78 -
YUV 110 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 18 152 135 0.88 0 0.11 0.40 172.39 0.79 0.33
Hex 12 98 87 58 0 B 28 AC 4F 21
Octal 22 230 207 130 0 13 50 254 117 41
Binary 10010 10011000 10000111 1011000 0 1011 101000 10101100 1001111 100001

Color Harmonies of #129887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129887

Black with #129887

Text Example


Text Example

White with #129887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129887; }

 p { color: rgb(18,152,135); }

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

background-color css

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

 a { background-color: rgb(18,152,135); }

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

border-color css

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

 span { border-color: rgb(18,152,135); }

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