Shades of Dark Cyan #0F9496
Tints of Dark Cyan #0F9496
RGB
CMYK
RGB Variations
Color information
#0F9496 (or 0x0F9496) is known color: Dark Cyan. HEX triplet: 0F, 94 and 96. RGB value is (15,148,150). Sum of RGB (Red+Green+Blue) = 15+148+150=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F9496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9496 is #F06B69. Grayscale: #6C6C6C. Windows color (decimal): -15756138 or 9868303. OLE color: 9868303.
HSL color Cylindrical-coordinate representation of color #0F9496: hue angle of 180.89º 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 #0F9496 is Cyan = 0.9, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 148 | 150 | - |
| CMYK | 0.9 | 0.01 | 0 | 0.41 |
| HSL | 180.89º | 0.82% | 0.32% | - |
| HSV(B) | 180.89º | 0.9% | 0.59% | - |
| XYZ | 16.29 | 23.48 | 32.53 | - |
| YUV | 108.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 150 | 0.9 | 0.01 | 0 | 0.41 | 180.89 | 0.82 | 0.32 |
| Hex | F | 94 | 96 | 5A | 1 | 0 | 29 | B5 | 52 | 20 |
| Octal | 17 | 224 | 226 | 132 | 1 | 0 | 51 | 265 | 122 | 40 |
| Binary | 1111 | 10010100 | 10010110 | 1011010 | 1 | 0 | 101001 | 10110101 | 1010010 | 100000 |
Color Harmonies of #0F9496
Complementary color
Monochromatic Colors of #0F9496
Black with #0F9496
Text Example
Text Example
White with #0F9496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9496; }
p { color: rgb(15,148,150); }
H1.HeaderClassName
{
color: #0F9496;
}
.AnyTagClassName
{
color: #0F9496;
}
</style>
background-color css
<style>
a { background-color: #0F9496; }
a { background-color: rgb(15,148,150); }
div.DivClassName
{
background-color: #0F9496;
}
.BgClassName
{
background-color: #0F9496;
}
</style>
border-color css
<style>
span { border-color: #0F9496; }
span { border-color: rgb(15,148,150); }
td.TdClassName
{
border-color: #0F9496;
}
.TagClassName
{
border-color: #0F9496;
}
</style>