Shades of Dark Cyan #139286
Tints of Dark Cyan #139286
RGB
CMYK
RGB Variations
Color information
#139286 (or 0x139286) is known color: Dark Cyan. HEX triplet: 13, 92 and 86. RGB value is (19,146,134). Sum of RGB (Red+Green+Blue) = 19+146+134=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #139286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139286 is #EC6D79. Grayscale: #6A6A6A. Windows color (decimal): -15494522 or 8819219. OLE color: 8819219.
HSL color Cylindrical-coordinate representation of color #139286: hue angle of 174.33º 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 #139286 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 134 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.43 |
| HSL | 174.33º | 0.77% | 0.32% | - |
| HSV(B) | 174.33º | 0.87% | 0.57% | - |
| XYZ | 14.85 | 22.42 | 26.1 | - |
| YUV | 106.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 134 | 0.87 | 0 | 0.08 | 0.43 | 174.33 | 0.77 | 0.32 |
| Hex | 13 | 92 | 86 | 57 | 0 | 8 | 2B | AE | 4D | 20 |
| Octal | 23 | 222 | 206 | 127 | 0 | 10 | 53 | 256 | 115 | 40 |
| Binary | 10011 | 10010010 | 10000110 | 1010111 | 0 | 1000 | 101011 | 10101110 | 1001101 | 100000 |
Color Harmonies of #139286
Complementary color
Monochromatic Colors of #139286
Black with #139286
Text Example
Text Example
White with #139286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139286; }
p { color: rgb(19,146,134); }
H1.HeaderClassName
{
color: #139286;
}
.AnyTagClassName
{
color: #139286;
}
</style>
background-color css
<style>
a { background-color: #139286; }
a { background-color: rgb(19,146,134); }
div.DivClassName
{
background-color: #139286;
}
.BgClassName
{
background-color: #139286;
}
</style>
border-color css
<style>
span { border-color: #139286; }
span { border-color: rgb(19,146,134); }
td.TdClassName
{
border-color: #139286;
}
.TagClassName
{
border-color: #139286;
}
</style>