Shades of Dark Cyan #13888C
Tints of Dark Cyan #13888C
RGB
CMYK
RGB Variations
Color information
#13888C (or 0x13888C) is known color: Dark Cyan. HEX triplet: 13, 88 and 8C. RGB value is (19,136,140). Sum of RGB (Red+Green+Blue) = 19+136+140=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #13888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13888C is #EC7773. Grayscale: #656565. Windows color (decimal): -15497076 or 9209875. OLE color: 9209875.
HSL color Cylindrical-coordinate representation of color #13888C: hue angle of 181.98º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13888C is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 136 | 140 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.45 |
| HSL | 181.98º | 0.76% | 0.31% | - |
| HSV(B) | 181.98º | 0.86% | 0.55% | - |
| XYZ | 13.81 | 19.64 | 27.87 | - |
| YUV | 101.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 140 | 0.86 | 0.03 | 0 | 0.45 | 181.98 | 0.76 | 0.31 |
| Hex | 13 | 88 | 8C | 56 | 3 | 0 | 2D | B6 | 4C | 1F |
| Octal | 23 | 210 | 214 | 126 | 3 | 0 | 55 | 266 | 114 | 37 |
| Binary | 10011 | 10001000 | 10001100 | 1010110 | 11 | 0 | 101101 | 10110110 | 1001100 | 11111 |
Color Harmonies of #13888C
Complementary color
Monochromatic Colors of #13888C
Black with #13888C
Text Example
Text Example
White with #13888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13888C; }
p { color: rgb(19,136,140); }
H1.HeaderClassName
{
color: #13888C;
}
.AnyTagClassName
{
color: #13888C;
}
</style>
background-color css
<style>
a { background-color: #13888C; }
a { background-color: rgb(19,136,140); }
div.DivClassName
{
background-color: #13888C;
}
.BgClassName
{
background-color: #13888C;
}
</style>
border-color css
<style>
span { border-color: #13888C; }
span { border-color: rgb(19,136,140); }
td.TdClassName
{
border-color: #13888C;
}
.TagClassName
{
border-color: #13888C;
}
</style>