Shades of Dark Cyan #13888A
Tints of Dark Cyan #13888A
RGB
CMYK
RGB Variations
Color information
#13888A (or 0x13888A) is known color: Dark Cyan. HEX triplet: 13, 88 and 8A. RGB value is (19,136,138). Sum of RGB (Red+Green+Blue) = 19+136+138=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #13888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13888A is #EC7775. Grayscale: #656565. Windows color (decimal): -15497078 or 9078803. OLE color: 9078803.
HSL color Cylindrical-coordinate representation of color #13888A: hue angle of 181.01º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13888A is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 136 | 138 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.46 |
| HSL | 181.01º | 0.76% | 0.31% | - |
| HSV(B) | 181.01º | 0.86% | 0.54% | - |
| XYZ | 13.66 | 19.58 | 27.1 | - |
| YUV | 101.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 138 | 0.86 | 0.01 | 0 | 0.46 | 181.01 | 0.76 | 0.31 |
| Hex | 13 | 88 | 8A | 56 | 1 | 0 | 2E | B5 | 4C | 1F |
| Octal | 23 | 210 | 212 | 126 | 1 | 0 | 56 | 265 | 114 | 37 |
| Binary | 10011 | 10001000 | 10001010 | 1010110 | 1 | 0 | 101110 | 10110101 | 1001100 | 11111 |
Color Harmonies of #13888A
Complementary color
Monochromatic Colors of #13888A
Black with #13888A
Text Example
Text Example
White with #13888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13888A; }
p { color: rgb(19,136,138); }
H1.HeaderClassName
{
color: #13888A;
}
.AnyTagClassName
{
color: #13888A;
}
</style>
background-color css
<style>
a { background-color: #13888A; }
a { background-color: rgb(19,136,138); }
div.DivClassName
{
background-color: #13888A;
}
.BgClassName
{
background-color: #13888A;
}
</style>
border-color css
<style>
span { border-color: #13888A; }
span { border-color: rgb(19,136,138); }
td.TdClassName
{
border-color: #13888A;
}
.TagClassName
{
border-color: #13888A;
}
</style>