Shades of Dark Cyan #0F9485
Tints of Dark Cyan #0F9485
RGB
CMYK
RGB Variations
Color information
#0F9485 (or 0x0F9485) is known color: Dark Cyan. HEX triplet: 0F, 94 and 85. RGB value is (15,148,133). Sum of RGB (Red+Green+Blue) = 15+148+133=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9485 is #F06B7A. Grayscale: #6A6A6A. Windows color (decimal): -15756155 or 8754191. OLE color: 8754191.
HSL color Cylindrical-coordinate representation of color #0F9485: hue angle of 173.23º 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 #0F9485 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 133 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.42 |
| HSL | 173.23º | 0.82% | 0.32% | - |
| HSV(B) | 173.23º | 0.9% | 0.58% | - |
| XYZ | 15.02 | 22.97 | 25.83 | - |
| YUV | 106.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 133 | 0.90 | 0 | 0.10 | 0.42 | 173.23 | 0.82 | 0.32 |
| Hex | F | 94 | 85 | 5A | 0 | A | 2A | AD | 52 | 20 |
| Octal | 17 | 224 | 205 | 132 | 0 | 12 | 52 | 255 | 122 | 40 |
| Binary | 1111 | 10010100 | 10000101 | 1011010 | 0 | 1010 | 101010 | 10101101 | 1010010 | 100000 |
Color Harmonies of #0F9485
Complementary color
Monochromatic Colors of #0F9485
Black with #0F9485
Text Example
Text Example
White with #0F9485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9485; }
p { color: rgb(15,148,133); }
H1.HeaderClassName
{
color: #0F9485;
}
.AnyTagClassName
{
color: #0F9485;
}
</style>
background-color css
<style>
a { background-color: #0F9485; }
a { background-color: rgb(15,148,133); }
div.DivClassName
{
background-color: #0F9485;
}
.BgClassName
{
background-color: #0F9485;
}
</style>
border-color css
<style>
span { border-color: #0F9485; }
span { border-color: rgb(15,148,133); }
td.TdClassName
{
border-color: #0F9485;
}
.TagClassName
{
border-color: #0F9485;
}
</style>