Shades of Dark Cyan #139181
Tints of Dark Cyan #139181
RGB
CMYK
RGB Variations
Color information
#139181 (or 0x139181) is known color: Dark Cyan. HEX triplet: 13, 91 and 81. RGB value is (19,145,129). Sum of RGB (Red+Green+Blue) = 19+145+129=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #139181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139181 is #EC6E7E. Grayscale: #696969. Windows color (decimal): -15494783 or 8491283. OLE color: 8491283.
HSL color Cylindrical-coordinate representation of color #139181: hue angle of 172.38º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139181 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 129 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.43 |
| HSL | 172.38º | 0.77% | 0.32% | - |
| HSV(B) | 172.38º | 0.87% | 0.57% | - |
| XYZ | 14.36 | 21.97 | 24.25 | - |
| YUV | 105.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 129 | 0.87 | 0 | 0.11 | 0.43 | 172.38 | 0.77 | 0.32 |
| Hex | 13 | 91 | 81 | 57 | 0 | B | 2B | AC | 4D | 20 |
| Octal | 23 | 221 | 201 | 127 | 0 | 13 | 53 | 254 | 115 | 40 |
| Binary | 10011 | 10010001 | 10000001 | 1010111 | 0 | 1011 | 101011 | 10101100 | 1001101 | 100000 |
Color Harmonies of #139181
Complementary color
Monochromatic Colors of #139181
Black with #139181
Text Example
Text Example
White with #139181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139181; }
p { color: rgb(19,145,129); }
H1.HeaderClassName
{
color: #139181;
}
.AnyTagClassName
{
color: #139181;
}
</style>
background-color css
<style>
a { background-color: #139181; }
a { background-color: rgb(19,145,129); }
div.DivClassName
{
background-color: #139181;
}
.BgClassName
{
background-color: #139181;
}
</style>
border-color css
<style>
span { border-color: #139181; }
span { border-color: rgb(19,145,129); }
td.TdClassName
{
border-color: #139181;
}
.TagClassName
{
border-color: #139181;
}
</style>