Shades of Dark Cyan #139282
Tints of Dark Cyan #139282
RGB
CMYK
RGB Variations
Color information
#139282 (or 0x139282) is known color: Dark Cyan. HEX triplet: 13, 92 and 82. RGB value is (19,146,130). Sum of RGB (Red+Green+Blue) = 19+146+130=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #139282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139282 is #EC6D7D. Grayscale: #6A6A6A. Windows color (decimal): -15494526 or 8557075. OLE color: 8557075.
HSL color Cylindrical-coordinate representation of color #139282: hue angle of 172.44º 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 #139282 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 130 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.43 |
| HSL | 172.44º | 0.77% | 0.32% | - |
| HSV(B) | 172.44º | 0.87% | 0.57% | - |
| XYZ | 14.58 | 22.31 | 24.66 | - |
| YUV | 106.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 130 | 0.87 | 0 | 0.11 | 0.43 | 172.44 | 0.77 | 0.32 |
| Hex | 13 | 92 | 82 | 57 | 0 | B | 2B | AC | 4D | 20 |
| Octal | 23 | 222 | 202 | 127 | 0 | 13 | 53 | 254 | 115 | 40 |
| Binary | 10011 | 10010010 | 10000010 | 1010111 | 0 | 1011 | 101011 | 10101100 | 1001101 | 100000 |
Color Harmonies of #139282
Complementary color
Monochromatic Colors of #139282
Black with #139282
Text Example
Text Example
White with #139282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139282; }
p { color: rgb(19,146,130); }
H1.HeaderClassName
{
color: #139282;
}
.AnyTagClassName
{
color: #139282;
}
</style>
background-color css
<style>
a { background-color: #139282; }
a { background-color: rgb(19,146,130); }
div.DivClassName
{
background-color: #139282;
}
.BgClassName
{
background-color: #139282;
}
</style>
border-color css
<style>
span { border-color: #139282; }
span { border-color: rgb(19,146,130); }
td.TdClassName
{
border-color: #139282;
}
.TagClassName
{
border-color: #139282;
}
</style>