Shades of Dark Cyan #0F8D8B
Tints of Dark Cyan #0F8D8B
RGB
CMYK
RGB Variations
Color information
#0F8D8B (or 0x0F8D8B) is known color: Dark Cyan. HEX triplet: 0F, 8D and 8B. RGB value is (15,141,139). Sum of RGB (Red+Green+Blue) = 15+141+139=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8D8B is #F07274. Grayscale: #666666. Windows color (decimal): -15757941 or 9145615. OLE color: 9145615.
HSL color Cylindrical-coordinate representation of color #0F8D8B: hue angle of 179.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8D8B is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 139 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.45 |
| HSL | 179.05º | 0.81% | 0.31% | - |
| HSV(B) | 179.05º | 0.89% | 0.55% | - |
| XYZ | 14.38 | 21.02 | 27.72 | - |
| YUV | 103.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 139 | 0.89 | 0 | 0.01 | 0.45 | 179.05 | 0.81 | 0.31 |
| Hex | F | 8D | 8B | 59 | 0 | 1 | 2D | B3 | 51 | 1F |
| Octal | 17 | 215 | 213 | 131 | 0 | 1 | 55 | 263 | 121 | 37 |
| Binary | 1111 | 10001101 | 10001011 | 1011001 | 0 | 1 | 101101 | 10110011 | 1010001 | 11111 |
Color Harmonies of #0F8D8B
Complementary color
Monochromatic Colors of #0F8D8B
Black with #0F8D8B
Text Example
Text Example
White with #0F8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D8B; }
p { color: rgb(15,141,139); }
H1.HeaderClassName
{
color: #0F8D8B;
}
.AnyTagClassName
{
color: #0F8D8B;
}
</style>
background-color css
<style>
a { background-color: #0F8D8B; }
a { background-color: rgb(15,141,139); }
div.DivClassName
{
background-color: #0F8D8B;
}
.BgClassName
{
background-color: #0F8D8B;
}
</style>
border-color css
<style>
span { border-color: #0F8D8B; }
span { border-color: rgb(15,141,139); }
td.TdClassName
{
border-color: #0F8D8B;
}
.TagClassName
{
border-color: #0F8D8B;
}
</style>