Shades of Dark Cyan #13808C
Tints of Dark Cyan #13808C
RGB
CMYK
RGB Variations
Color information
#13808C (or 0x13808C) is known color: Dark Cyan. HEX triplet: 13, 80 and 8C. RGB value is (19,128,140). Sum of RGB (Red+Green+Blue) = 19+128+140=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #13808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13808C is #EC7F73. Grayscale: #606060. Windows color (decimal): -15499124 or 9207827. OLE color: 9207827.
HSL color Cylindrical-coordinate representation of color #13808C: hue angle of 185.95º 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 #13808C is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 128 | 140 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.45 |
| HSL | 185.95º | 0.76% | 0.31% | - |
| HSV(B) | 185.95º | 0.86% | 0.55% | - |
| XYZ | 12.72 | 17.47 | 27.51 | - |
| YUV | 96.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 140 | 0.86 | 0.09 | 0 | 0.45 | 185.95 | 0.76 | 0.31 |
| Hex | 13 | 80 | 8C | 56 | 9 | 0 | 2D | BA | 4C | 1F |
| Octal | 23 | 200 | 214 | 126 | 11 | 0 | 55 | 272 | 114 | 37 |
| Binary | 10011 | 10000000 | 10001100 | 1010110 | 1001 | 0 | 101101 | 10111010 | 1001100 | 11111 |
Color Harmonies of #13808C
Complementary color
Monochromatic Colors of #13808C
Black with #13808C
Text Example
Text Example
White with #13808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13808C; }
p { color: rgb(19,128,140); }
H1.HeaderClassName
{
color: #13808C;
}
.AnyTagClassName
{
color: #13808C;
}
</style>
background-color css
<style>
a { background-color: #13808C; }
a { background-color: rgb(19,128,140); }
div.DivClassName
{
background-color: #13808C;
}
.BgClassName
{
background-color: #13808C;
}
</style>
border-color css
<style>
span { border-color: #13808C; }
span { border-color: rgb(19,128,140); }
td.TdClassName
{
border-color: #13808C;
}
.TagClassName
{
border-color: #13808C;
}
</style>