Html Css Color HEX #129789 Dark Cyan

📋 copy color: '#129789'

red 18 ◦ green 151 ◦ blue 137

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

Shades of Dark Cyan #129789

Tints of Dark Cyan #129789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

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

R = 5.88%
G = 49.35%
B = 44.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#129789 (or 0x129789) is known color: Dark Cyan. HEX triplet: 12, 97 and 89. RGB value is (18,151,137). Sum of RGB (Red+Green+Blue) = 18+151+137=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #129789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129789 is #ED6876. Grayscale: #6D6D6D. Windows color (decimal): -15558775 or 9017106. OLE color: 9017106.

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

Color convert

RGB 18 151 137 -
CMYK 0.88 0 0.09 0.41
HSL 173.68º 0.79% 0.33% -
HSV(B) 173.68º 0.88% 0.59% -
XYZ 15.83 24.07 27.48 -
YUV 109.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 18 151 137 0.88 0 0.09 0.41 173.68 0.79 0.33
Hex 12 97 89 58 0 9 29 AE 4F 21
Octal 22 227 211 130 0 11 51 256 117 41
Binary 10010 10010111 10001001 1011000 0 1001 101001 10101110 1001111 100001

Color Harmonies of #129789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129789

Black with #129789

Text Example


Text Example

White with #129789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129789; }

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

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

background-color css

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

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

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

border-color css

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

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

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