Html Css Color HEX #129689 Dark Cyan

📋 copy color: '#129689'

red 18 ◦ green 150 ◦ blue 137

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

Shades of Dark Cyan #129689

Tints of Dark Cyan #129689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.18%

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

R = 5.9%
G = 49.18%
B = 44.92%

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

#129689 (or 0x129689) is known color: Dark Cyan. HEX triplet: 12, 96 and 89. RGB value is (18,150,137). Sum of RGB (Red+Green+Blue) = 18+150+137=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #129689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129689 is #ED6976. Grayscale: #6C6C6C. Windows color (decimal): -15559031 or 9016850. OLE color: 9016850.

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

Color convert

RGB 18 150 137 -
CMYK 0.88 0 0.09 0.41
HSL 174.09º 0.79% 0.33% -
HSV(B) 174.09º 0.88% 0.59% -
XYZ 15.67 23.75 27.42 -
YUV 109.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 18 150 137 0.88 0 0.09 0.41 174.09 0.79 0.33
Hex 12 96 89 58 0 9 29 AE 4F 21
Octal 22 226 211 130 0 11 51 256 117 41
Binary 10010 10010110 10001001 1011000 0 1001 101001 10101110 1001111 100001

Color Harmonies of #129689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129689

Black with #129689

Text Example


Text Example

White with #129689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129689; }

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

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

background-color css

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

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

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

border-color css

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

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

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