Shades of Dark Cyan #0F8A87
Tints of Dark Cyan #0F8A87
RGB
CMYK
RGB Variations
Color information
#0F8A87 (or 0x0F8A87) is known color: Dark Cyan. HEX triplet: 0F, 8A and 87. RGB value is (15,138,135). Sum of RGB (Red+Green+Blue) = 15+138+135=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8A87 is #F07578. Grayscale: #646464. Windows color (decimal): -15758713 or 8882703. OLE color: 8882703.
HSL color Cylindrical-coordinate representation of color #0F8A87: hue angle of 178.54º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A87 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 138 | 135 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.46 |
| HSL | 178.54º | 0.8% | 0.3% | - |
| HSV(B) | 178.54º | 0.89% | 0.54% | - |
| XYZ | 13.66 | 20.03 | 26.07 | - |
| YUV | 100.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 135 | 0.89 | 0 | 0.02 | 0.46 | 178.54 | 0.8 | 0.3 |
| Hex | F | 8A | 87 | 59 | 0 | 2 | 2E | B3 | 50 | 1E |
| Octal | 17 | 212 | 207 | 131 | 0 | 2 | 56 | 263 | 120 | 36 |
| Binary | 1111 | 10001010 | 10000111 | 1011001 | 0 | 10 | 101110 | 10110011 | 1010000 | 11110 |
Color Harmonies of #0F8A87
Complementary color
Monochromatic Colors of #0F8A87
Black with #0F8A87
Text Example
Text Example
White with #0F8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A87; }
p { color: rgb(15,138,135); }
H1.HeaderClassName
{
color: #0F8A87;
}
.AnyTagClassName
{
color: #0F8A87;
}
</style>
background-color css
<style>
a { background-color: #0F8A87; }
a { background-color: rgb(15,138,135); }
div.DivClassName
{
background-color: #0F8A87;
}
.BgClassName
{
background-color: #0F8A87;
}
</style>
border-color css
<style>
span { border-color: #0F8A87; }
span { border-color: rgb(15,138,135); }
td.TdClassName
{
border-color: #0F8A87;
}
.TagClassName
{
border-color: #0F8A87;
}
</style>