Shades of Dark Cyan #13888F
Tints of Dark Cyan #13888F
RGB
CMYK
RGB Variations
Color information
#13888F (or 0x13888F) is known color: Dark Cyan. HEX triplet: 13, 88 and 8F. RGB value is (19,136,143). Sum of RGB (Red+Green+Blue) = 19+136+143=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #13888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13888F is #EC7770. Grayscale: #656565. Windows color (decimal): -15497073 or 9406483. OLE color: 9406483.
HSL color Cylindrical-coordinate representation of color #13888F: hue angle of 183.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13888F is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 136 | 143 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.44 |
| HSL | 183.39º | 0.77% | 0.32% | - |
| HSV(B) | 183.39º | 0.87% | 0.56% | - |
| XYZ | 14.03 | 19.73 | 29.06 | - |
| YUV | 101.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 143 | 0.87 | 0.05 | 0 | 0.44 | 183.39 | 0.77 | 0.32 |
| Hex | 13 | 88 | 8F | 57 | 5 | 0 | 2C | B7 | 4D | 20 |
| Octal | 23 | 210 | 217 | 127 | 5 | 0 | 54 | 267 | 115 | 40 |
| Binary | 10011 | 10001000 | 10001111 | 1010111 | 101 | 0 | 101100 | 10110111 | 1001101 | 100000 |
Color Harmonies of #13888F
Complementary color
Monochromatic Colors of #13888F
Black with #13888F
Text Example
Text Example
White with #13888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13888F; }
p { color: rgb(19,136,143); }
H1.HeaderClassName
{
color: #13888F;
}
.AnyTagClassName
{
color: #13888F;
}
</style>
background-color css
<style>
a { background-color: #13888F; }
a { background-color: rgb(19,136,143); }
div.DivClassName
{
background-color: #13888F;
}
.BgClassName
{
background-color: #13888F;
}
</style>
border-color css
<style>
span { border-color: #13888F; }
span { border-color: rgb(19,136,143); }
td.TdClassName
{
border-color: #13888F;
}
.TagClassName
{
border-color: #13888F;
}
</style>