Shades of Dark Cyan #0F9585
Tints of Dark Cyan #0F9585
RGB
CMYK
RGB Variations
Color information
#0F9585 (or 0x0F9585) is known color: Dark Cyan. HEX triplet: 0F, 95 and 85. RGB value is (15,149,133). Sum of RGB (Red+Green+Blue) = 15+149+133=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9585 is #F06A7A. Grayscale: #6B6B6B. Windows color (decimal): -15755899 or 8754447. OLE color: 8754447.
HSL color Cylindrical-coordinate representation of color #0F9585: hue angle of 172.84º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9585 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 133 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.42 |
| HSL | 172.84º | 0.82% | 0.32% | - |
| HSV(B) | 172.84º | 0.9% | 0.58% | - |
| XYZ | 15.18 | 23.29 | 25.89 | - |
| YUV | 107.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 133 | 0.90 | 0 | 0.11 | 0.42 | 172.84 | 0.82 | 0.32 |
| Hex | F | 95 | 85 | 5A | 0 | B | 2A | AD | 52 | 20 |
| Octal | 17 | 225 | 205 | 132 | 0 | 13 | 52 | 255 | 122 | 40 |
| Binary | 1111 | 10010101 | 10000101 | 1011010 | 0 | 1011 | 101010 | 10101101 | 1010010 | 100000 |
Color Harmonies of #0F9585
Complementary color
Monochromatic Colors of #0F9585
Black with #0F9585
Text Example
Text Example
White with #0F9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9585; }
p { color: rgb(15,149,133); }
H1.HeaderClassName
{
color: #0F9585;
}
.AnyTagClassName
{
color: #0F9585;
}
</style>
background-color css
<style>
a { background-color: #0F9585; }
a { background-color: rgb(15,149,133); }
div.DivClassName
{
background-color: #0F9585;
}
.BgClassName
{
background-color: #0F9585;
}
</style>
border-color css
<style>
span { border-color: #0F9585; }
span { border-color: rgb(15,149,133); }
td.TdClassName
{
border-color: #0F9585;
}
.TagClassName
{
border-color: #0F9585;
}
</style>