Html Css Color HEX #129586 Dark Cyan

📋 copy color: '#129586'

red 18 ◦ green 149 ◦ blue 134

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

Shades of Dark Cyan #129586

Tints of Dark Cyan #129586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 5.98%
G = 49.5%
B = 44.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#129586 (or 0x129586) is known color: Dark Cyan. HEX triplet: 12, 95 and 86. RGB value is (18,149,134). Sum of RGB (Red+Green+Blue) = 18+149+134=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #129586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129586 is #ED6A79. Grayscale: #6C6C6C. Windows color (decimal): -15559290 or 8819986. OLE color: 8819986.

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

Color convert

RGB 18 149 134 -
CMYK 0.88 0 0.10 0.42
HSL 173.13º 0.78% 0.33% -
HSV(B) 173.13º 0.88% 0.58% -
XYZ 15.3 23.34 26.25 -
YUV 108.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 18 149 134 0.88 0 0.10 0.42 173.13 0.78 0.33
Hex 12 95 86 58 0 A 2A AD 4E 21
Octal 22 225 206 130 0 12 52 255 116 41
Binary 10010 10010101 10000110 1011000 0 1010 101010 10101101 1001110 100001

Color Harmonies of #129586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129586

Black with #129586

Text Example


Text Example

White with #129586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129586; }

 p { color: rgb(18,149,134); }

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

background-color css

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

 a { background-color: rgb(18,149,134); }

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

border-color css

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

 span { border-color: rgb(18,149,134); }

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