Html Css Color HEX #129089 Dark Cyan

📋 copy color: '#129089'

red 18 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #129089

Tints of Dark Cyan #129089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 6.02%
G = 48.16%
B = 45.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#129089 (or 0x129089) is known color: Dark Cyan. HEX triplet: 12, 90 and 89. RGB value is (18,144,137). Sum of RGB (Red+Green+Blue) = 18+144+137=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #129089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129089 is #ED6F76. Grayscale: #696969. Windows color (decimal): -15560567 or 9015314. OLE color: 9015314.

HSL color Cylindrical-coordinate representation of color #129089: hue angle of 176.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129089 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 137 -
CMYK 0.88 0 0.05 0.44
HSL 176.67º 0.78% 0.32% -
HSV(B) 176.67º 0.88% 0.56% -
XYZ 14.74 21.88 27.11 -
YUV 105.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 18 144 137 0.88 0 0.05 0.44 176.67 0.78 0.32
Hex 12 90 89 58 0 5 2C B1 4E 20
Octal 22 220 211 130 0 5 54 261 116 40
Binary 10010 10010000 10001001 1011000 0 101 101100 10110001 1001110 100000

Color Harmonies of #129089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129089

Black with #129089

Text Example


Text Example

White with #129089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129089; }

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

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

background-color css

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

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

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

border-color css

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

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

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