Html Css Color HEX #129489 Dark Cyan

📋 copy color: '#129489'

red 18 ◦ green 148 ◦ blue 137

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

Shades of Dark Cyan #129489

Tints of Dark Cyan #129489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

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

R = 5.94%
G = 48.84%
B = 45.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#129489 (or 0x129489) is known color: Dark Cyan. HEX triplet: 12, 94 and 89. RGB value is (18,148,137). Sum of RGB (Red+Green+Blue) = 18+148+137=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #129489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129489 is #ED6B76. Grayscale: #6B6B6B. Windows color (decimal): -15559543 or 9016338. OLE color: 9016338.

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

Color convert

RGB 18 148 137 -
CMYK 0.88 0 0.07 0.42
HSL 174.92º 0.78% 0.33% -
HSV(B) 174.92º 0.88% 0.58% -
XYZ 15.35 23.11 27.32 -
YUV 107.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 18 148 137 0.88 0 0.07 0.42 174.92 0.78 0.33
Hex 12 94 89 58 0 7 2A AF 4E 21
Octal 22 224 211 130 0 7 52 257 116 41
Binary 10010 10010100 10001001 1011000 0 111 101010 10101111 1001110 100001

Color Harmonies of #129489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129489

Black with #129489

Text Example


Text Example

White with #129489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129489; }

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

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

background-color css

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

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

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

border-color css

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

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

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