Shades of Dark Cyan #0F9295
Tints of Dark Cyan #0F9295
RGB
CMYK
RGB Variations
Color information
#0F9295 (or 0x0F9295) is known color: Dark Cyan. HEX triplet: 0F, 92 and 95. RGB value is (15,146,149). Sum of RGB (Red+Green+Blue) = 15+146+149=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F9295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9295 is #F06D6A. Grayscale: #6B6B6B. Windows color (decimal): -15756651 or 9802255. OLE color: 9802255.
HSL color Cylindrical-coordinate representation of color #0F9295: hue angle of 181.34º 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 #0F9295 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 146 | 149 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.42 |
| HSL | 181.34º | 0.82% | 0.32% | - |
| HSV(B) | 181.34º | 0.9% | 0.58% | - |
| XYZ | 15.9 | 22.83 | 32 | - |
| YUV | 107.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 149 | 0.90 | 0.02 | 0 | 0.42 | 181.34 | 0.82 | 0.32 |
| Hex | F | 92 | 95 | 5A | 2 | 0 | 2A | B5 | 52 | 20 |
| Octal | 17 | 222 | 225 | 132 | 2 | 0 | 52 | 265 | 122 | 40 |
| Binary | 1111 | 10010010 | 10010101 | 1011010 | 10 | 0 | 101010 | 10110101 | 1010010 | 100000 |
Color Harmonies of #0F9295
Complementary color
Monochromatic Colors of #0F9295
Black with #0F9295
Text Example
Text Example
White with #0F9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9295; }
p { color: rgb(15,146,149); }
H1.HeaderClassName
{
color: #0F9295;
}
.AnyTagClassName
{
color: #0F9295;
}
</style>
background-color css
<style>
a { background-color: #0F9295; }
a { background-color: rgb(15,146,149); }
div.DivClassName
{
background-color: #0F9295;
}
.BgClassName
{
background-color: #0F9295;
}
</style>
border-color css
<style>
span { border-color: #0F9295; }
span { border-color: rgb(15,146,149); }
td.TdClassName
{
border-color: #0F9295;
}
.TagClassName
{
border-color: #0F9295;
}
</style>