Shades of Dark Cyan #0F9597
Tints of Dark Cyan #0F9597
RGB
CMYK
RGB Variations
Color information
#0F9597 (or 0x0F9597) is known color: Dark Cyan. HEX triplet: 0F, 95 and 97. RGB value is (15,149,151). Sum of RGB (Red+Green+Blue) = 15+149+151=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F9597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9597 is #F06A68. Grayscale: #6D6D6D. Windows color (decimal): -15755881 or 9934095. OLE color: 9934095.
HSL color Cylindrical-coordinate representation of color #0F9597: hue angle of 180.88º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9597 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 149 | 151 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.41 |
| HSL | 180.88º | 0.82% | 0.33% | - |
| HSV(B) | 180.88º | 0.9% | 0.59% | - |
| XYZ | 16.53 | 23.83 | 33.01 | - |
| YUV | 109.16 | 151.61 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 151 | 0.90 | 0.01 | 0 | 0.41 | 180.88 | 0.82 | 0.33 |
| Hex | F | 95 | 97 | 5A | 1 | 0 | 29 | B5 | 52 | 21 |
| Octal | 17 | 225 | 227 | 132 | 1 | 0 | 51 | 265 | 122 | 41 |
| Binary | 1111 | 10010101 | 10010111 | 1011010 | 1 | 0 | 101001 | 10110101 | 1010010 | 100001 |
Color Harmonies of #0F9597
Complementary color
Monochromatic Colors of #0F9597
Black with #0F9597
Text Example
Text Example
White with #0F9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9597; }
p { color: rgb(15,149,151); }
H1.HeaderClassName
{
color: #0F9597;
}
.AnyTagClassName
{
color: #0F9597;
}
</style>
background-color css
<style>
a { background-color: #0F9597; }
a { background-color: rgb(15,149,151); }
div.DivClassName
{
background-color: #0F9597;
}
.BgClassName
{
background-color: #0F9597;
}
</style>
border-color css
<style>
span { border-color: #0F9597; }
span { border-color: rgb(15,149,151); }
td.TdClassName
{
border-color: #0F9597;
}
.TagClassName
{
border-color: #0F9597;
}
</style>