Shades of Dark Cyan #0F9596
Tints of Dark Cyan #0F9596
RGB
CMYK
RGB Variations
Color information
#0F9596 (or 0x0F9596) is known color: Dark Cyan. HEX triplet: 0F, 95 and 96. RGB value is (15,149,150). Sum of RGB (Red+Green+Blue) = 15+149+150=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F9596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9596 is #F06A69. Grayscale: #6C6C6C. Windows color (decimal): -15755882 or 9868559. OLE color: 9868559.
HSL color Cylindrical-coordinate representation of color #0F9596: hue angle of 180.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9596 is Cyan = 0.9, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 149 | 150 | - |
| CMYK | 0.9 | 0.01 | 0 | 0.41 |
| HSL | 180.44º | 0.82% | 0.32% | - |
| HSV(B) | 180.44º | 0.9% | 0.59% | - |
| XYZ | 16.45 | 23.8 | 32.58 | - |
| YUV | 109.05 | 151.11 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 150 | 0.9 | 0.01 | 0 | 0.41 | 180.44 | 0.82 | 0.32 |
| Hex | F | 95 | 96 | 5A | 1 | 0 | 29 | B4 | 52 | 20 |
| Octal | 17 | 225 | 226 | 132 | 1 | 0 | 51 | 264 | 122 | 40 |
| Binary | 1111 | 10010101 | 10010110 | 1011010 | 1 | 0 | 101001 | 10110100 | 1010010 | 100000 |
Color Harmonies of #0F9596
Complementary color
Monochromatic Colors of #0F9596
Black with #0F9596
Text Example
Text Example
White with #0F9596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9596; }
p { color: rgb(15,149,150); }
H1.HeaderClassName
{
color: #0F9596;
}
.AnyTagClassName
{
color: #0F9596;
}
</style>
background-color css
<style>
a { background-color: #0F9596; }
a { background-color: rgb(15,149,150); }
div.DivClassName
{
background-color: #0F9596;
}
.BgClassName
{
background-color: #0F9596;
}
</style>
border-color css
<style>
span { border-color: #0F9596; }
span { border-color: rgb(15,149,150); }
td.TdClassName
{
border-color: #0F9596;
}
.TagClassName
{
border-color: #0F9596;
}
</style>