Shades of Dark Cyan #139288
Tints of Dark Cyan #139288
RGB
CMYK
RGB Variations
Color information
#139288 (or 0x139288) is known color: Dark Cyan. HEX triplet: 13, 92 and 88. RGB value is (19,146,136). Sum of RGB (Red+Green+Blue) = 19+146+136=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #139288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139288 is #EC6D77. Grayscale: #6A6A6A. Windows color (decimal): -15494520 or 8950291. OLE color: 8950291.
HSL color Cylindrical-coordinate representation of color #139288: hue angle of 175.28º 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 #139288 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 136 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.43 |
| HSL | 175.28º | 0.77% | 0.32% | - |
| HSV(B) | 175.28º | 0.87% | 0.57% | - |
| XYZ | 14.99 | 22.47 | 26.84 | - |
| YUV | 106.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 136 | 0.87 | 0 | 0.07 | 0.43 | 175.28 | 0.77 | 0.32 |
| Hex | 13 | 92 | 88 | 57 | 0 | 7 | 2B | AF | 4D | 20 |
| Octal | 23 | 222 | 210 | 127 | 0 | 7 | 53 | 257 | 115 | 40 |
| Binary | 10011 | 10010010 | 10001000 | 1010111 | 0 | 111 | 101011 | 10101111 | 1001101 | 100000 |
Color Harmonies of #139288
Complementary color
Monochromatic Colors of #139288
Black with #139288
Text Example
Text Example
White with #139288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139288; }
p { color: rgb(19,146,136); }
H1.HeaderClassName
{
color: #139288;
}
.AnyTagClassName
{
color: #139288;
}
</style>
background-color css
<style>
a { background-color: #139288; }
a { background-color: rgb(19,146,136); }
div.DivClassName
{
background-color: #139288;
}
.BgClassName
{
background-color: #139288;
}
</style>
border-color css
<style>
span { border-color: #139288; }
span { border-color: rgb(19,146,136); }
td.TdClassName
{
border-color: #139288;
}
.TagClassName
{
border-color: #139288;
}
</style>