Shades of Dark Cyan #0F9292
Tints of Dark Cyan #0F9292
RGB
CMYK
RGB Variations
Color information
#0F9292 (or 0x0F9292) is known color: Dark Cyan. HEX triplet: 0F, 92 and 92. RGB value is (15,146,146). Sum of RGB (Red+Green+Blue) = 15+146+146=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #0F9292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9292 is #F06D6D. Grayscale: #6A6A6A. Windows color (decimal): -15756654 or 9605647. OLE color: 9605647.
HSL color Cylindrical-coordinate representation of color #0F9292: hue angle of 180º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9292 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 146 | 146 | - |
| CMYK | 0.90 | 0 | 0 | 0.43 |
| HSL | 180º | 0.81% | 0.32% | - |
| HSV(B) | 180º | 0.9% | 0.57% | - |
| XYZ | 15.66 | 22.73 | 30.76 | - |
| YUV | 106.83 | 150.1 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 146 | 0.90 | 0 | 0 | 0.43 | 180 | 0.81 | 0.32 |
| Hex | F | 92 | 92 | 5A | 0 | 0 | 2B | B4 | 51 | 20 |
| Octal | 17 | 222 | 222 | 132 | 0 | 0 | 53 | 264 | 121 | 40 |
| Binary | 1111 | 10010010 | 10010010 | 1011010 | 0 | 0 | 101011 | 10110100 | 1010001 | 100000 |
Color Harmonies of #0F9292
Complementary color
Monochromatic Colors of #0F9292
Black with #0F9292
Text Example
Text Example
White with #0F9292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9292; }
p { color: rgb(15,146,146); }
H1.HeaderClassName
{
color: #0F9292;
}
.AnyTagClassName
{
color: #0F9292;
}
</style>
background-color css
<style>
a { background-color: #0F9292; }
a { background-color: rgb(15,146,146); }
div.DivClassName
{
background-color: #0F9292;
}
.BgClassName
{
background-color: #0F9292;
}
</style>
border-color css
<style>
span { border-color: #0F9292; }
span { border-color: rgb(15,146,146); }
td.TdClassName
{
border-color: #0F9292;
}
.TagClassName
{
border-color: #0F9292;
}
</style>