Shades of Dark Cyan #0F9195
Tints of Dark Cyan #0F9195
RGB
CMYK
RGB Variations
Color information
#0F9195 (or 0x0F9195) is known color: Dark Cyan. HEX triplet: 0F, 91 and 95. RGB value is (15,145,149). Sum of RGB (Red+Green+Blue) = 15+145+149=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F9195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9195 is #F06E6A. Grayscale: #6A6A6A. Windows color (decimal): -15756907 or 9801999. OLE color: 9801999.
HSL color Cylindrical-coordinate representation of color #0F9195: hue angle of 181.79º 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 #0F9195 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 145 | 149 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.42 |
| HSL | 181.79º | 0.82% | 0.32% | - |
| HSV(B) | 181.79º | 0.9% | 0.58% | - |
| XYZ | 15.75 | 22.52 | 31.95 | - |
| YUV | 106.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 149 | 0.90 | 0.03 | 0 | 0.42 | 181.79 | 0.82 | 0.32 |
| Hex | F | 91 | 95 | 5A | 3 | 0 | 2A | B6 | 52 | 20 |
| Octal | 17 | 221 | 225 | 132 | 3 | 0 | 52 | 266 | 122 | 40 |
| Binary | 1111 | 10010001 | 10010101 | 1011010 | 11 | 0 | 101010 | 10110110 | 1010010 | 100000 |
Color Harmonies of #0F9195
Complementary color
Monochromatic Colors of #0F9195
Black with #0F9195
Text Example
Text Example
White with #0F9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9195; }
p { color: rgb(15,145,149); }
H1.HeaderClassName
{
color: #0F9195;
}
.AnyTagClassName
{
color: #0F9195;
}
</style>
background-color css
<style>
a { background-color: #0F9195; }
a { background-color: rgb(15,145,149); }
div.DivClassName
{
background-color: #0F9195;
}
.BgClassName
{
background-color: #0F9195;
}
</style>
border-color css
<style>
span { border-color: #0F9195; }
span { border-color: rgb(15,145,149); }
td.TdClassName
{
border-color: #0F9195;
}
.TagClassName
{
border-color: #0F9195;
}
</style>