Shades of Dark Cyan #0D8B87
Tints of Dark Cyan #0D8B87
RGB
CMYK
RGB Variations
Color information
#0D8B87 (or 0x0D8B87) is known color: Dark Cyan. HEX triplet: 0D, 8B and 87. RGB value is (13,139,135). Sum of RGB (Red+Green+Blue) = 13+139+135=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8B87 is #F27478. Grayscale: #646464. Windows color (decimal): -15889529 or 8882957. OLE color: 8882957.
HSL color Cylindrical-coordinate representation of color #0D8B87: hue angle of 178.1º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B87 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 135 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.45 |
| HSL | 178.1º | 0.83% | 0.3% | - |
| HSV(B) | 178.1º | 0.91% | 0.55% | - |
| XYZ | 13.77 | 20.3 | 26.11 | - |
| YUV | 100.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 135 | 0.91 | 0 | 0.03 | 0.45 | 178.1 | 0.83 | 0.3 |
| Hex | D | 8B | 87 | 5B | 0 | 3 | 2D | B2 | 53 | 1E |
| Octal | 15 | 213 | 207 | 133 | 0 | 3 | 55 | 262 | 123 | 36 |
| Binary | 1101 | 10001011 | 10000111 | 1011011 | 0 | 11 | 101101 | 10110010 | 1010011 | 11110 |
Color Harmonies of #0D8B87
Complementary color
Monochromatic Colors of #0D8B87
Black with #0D8B87
Text Example
Text Example
White with #0D8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B87; }
p { color: rgb(13,139,135); }
H1.HeaderClassName
{
color: #0D8B87;
}
.AnyTagClassName
{
color: #0D8B87;
}
</style>
background-color css
<style>
a { background-color: #0D8B87; }
a { background-color: rgb(13,139,135); }
div.DivClassName
{
background-color: #0D8B87;
}
.BgClassName
{
background-color: #0D8B87;
}
</style>
border-color css
<style>
span { border-color: #0D8B87; }
span { border-color: rgb(13,139,135); }
td.TdClassName
{
border-color: #0D8B87;
}
.TagClassName
{
border-color: #0D8B87;
}
</style>