Html Css Color HEX #129889 Dark Cyan

📋 copy color: '#129889'

red 18 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #129889

Tints of Dark Cyan #129889

RGB

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

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

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

R = 5.86%
G = 49.51%
B = 44.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#129889 (or 0x129889) is known color: Dark Cyan. HEX triplet: 12, 98 and 89. RGB value is (18,152,137). Sum of RGB (Red+Green+Blue) = 18+152+137=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #129889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129889 is #ED6776. Grayscale: #6E6E6E. Windows color (decimal): -15558519 or 9017362. OLE color: 9017362.

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

Color convert

RGB 18 152 137 -
CMYK 0.88 0 0.10 0.40
HSL 173.28º 0.79% 0.33% -
HSV(B) 173.28º 0.88% 0.6% -
XYZ 15.99 24.39 27.53 -
YUV 110.22 143.11 62.22 -
System Red Green Blue C M Y K H S L
Decimal 18 152 137 0.88 0 0.10 0.40 173.28 0.79 0.33
Hex 12 98 89 58 0 A 28 AD 4F 21
Octal 22 230 211 130 0 12 50 255 117 41
Binary 10010 10011000 10001001 1011000 0 1010 101000 10101101 1001111 100001

Color Harmonies of #129889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129889

Black with #129889

Text Example


Text Example

White with #129889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129889; }

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

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

background-color css

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

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

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

border-color css

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

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

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