Shades of Dark Cyan #0F9095
Tints of Dark Cyan #0F9095
RGB
CMYK
RGB Variations
Color information
#0F9095 (or 0x0F9095) is known color: Dark Cyan. HEX triplet: 0F, 90 and 95. RGB value is (15,144,149). Sum of RGB (Red+Green+Blue) = 15+144+149=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F9095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9095 is #F06F6A. Grayscale: #696969. Windows color (decimal): -15757163 or 9801743. OLE color: 9801743.
HSL color Cylindrical-coordinate representation of color #0F9095: hue angle of 182.24º 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 #0F9095 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 144 | 149 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.42 |
| HSL | 182.24º | 0.82% | 0.32% | - |
| HSV(B) | 182.24º | 0.9% | 0.58% | - |
| XYZ | 15.6 | 22.22 | 31.9 | - |
| YUV | 106 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 149 | 0.90 | 0.03 | 0 | 0.42 | 182.24 | 0.82 | 0.32 |
| Hex | F | 90 | 95 | 5A | 3 | 0 | 2A | B6 | 52 | 20 |
| Octal | 17 | 220 | 225 | 132 | 3 | 0 | 52 | 266 | 122 | 40 |
| Binary | 1111 | 10010000 | 10010101 | 1011010 | 11 | 0 | 101010 | 10110110 | 1010010 | 100000 |
Color Harmonies of #0F9095
Complementary color
Monochromatic Colors of #0F9095
Black with #0F9095
Text Example
Text Example
White with #0F9095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9095; }
p { color: rgb(15,144,149); }
H1.HeaderClassName
{
color: #0F9095;
}
.AnyTagClassName
{
color: #0F9095;
}
</style>
background-color css
<style>
a { background-color: #0F9095; }
a { background-color: rgb(15,144,149); }
div.DivClassName
{
background-color: #0F9095;
}
.BgClassName
{
background-color: #0F9095;
}
</style>
border-color css
<style>
span { border-color: #0F9095; }
span { border-color: rgb(15,144,149); }
td.TdClassName
{
border-color: #0F9095;
}
.TagClassName
{
border-color: #0F9095;
}
</style>