Html Css Color HEX #129585 Dark Cyan

📋 copy color: '#129585'

red 18 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #129585

Tints of Dark Cyan #129585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 6%
G = 49.67%
B = 44.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#129585 (or 0x129585) is known color: Dark Cyan. HEX triplet: 12, 95 and 85. RGB value is (18,149,133). Sum of RGB (Red+Green+Blue) = 18+149+133=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #129585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129585 is #ED6A7A. Grayscale: #6B6B6B. Windows color (decimal): -15559291 or 8754450. OLE color: 8754450.

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

Color convert

RGB 18 149 133 -
CMYK 0.88 0 0.11 0.42
HSL 172.67º 0.78% 0.33% -
HSV(B) 172.67º 0.88% 0.58% -
XYZ 15.23 23.32 25.89 -
YUV 108.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 18 149 133 0.88 0 0.11 0.42 172.67 0.78 0.33
Hex 12 95 85 58 0 B 2A AD 4E 21
Octal 22 225 205 130 0 13 52 255 116 41
Binary 10010 10010101 10000101 1011000 0 1011 101010 10101101 1001110 100001

Color Harmonies of #129585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129585

Black with #129585

Text Example


Text Example

White with #129585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129585; }

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

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

background-color css

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

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

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

border-color css

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

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

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