Shades of Dark Cyan #0F968B
Tints of Dark Cyan #0F968B
RGB
CMYK
RGB Variations
Color information
#0F968B (or 0x0F968B) is known color: Dark Cyan. HEX triplet: 0F, 96 and 8B. RGB value is (15,150,139). Sum of RGB (Red+Green+Blue) = 15+150+139=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #0F968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F968B is #F06974. Grayscale: #6C6C6C. Windows color (decimal): -15755637 or 9147919. OLE color: 9147919.
HSL color Cylindrical-coordinate representation of color #0F968B: hue angle of 175.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F968B is Cyan = 0.9, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 139 | - |
| CMYK | 0.9 | 0 | 0.07 | 0.41 |
| HSL | 175.11º | 0.82% | 0.32% | - |
| HSV(B) | 175.11º | 0.9% | 0.59% | - |
| XYZ | 15.76 | 23.78 | 28.18 | - |
| YUV | 108.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 139 | 0.9 | 0 | 0.07 | 0.41 | 175.11 | 0.82 | 0.32 |
| Hex | F | 96 | 8B | 5A | 0 | 7 | 29 | AF | 52 | 20 |
| Octal | 17 | 226 | 213 | 132 | 0 | 7 | 51 | 257 | 122 | 40 |
| Binary | 1111 | 10010110 | 10001011 | 1011010 | 0 | 111 | 101001 | 10101111 | 1010010 | 100000 |
Color Harmonies of #0F968B
Complementary color
Monochromatic Colors of #0F968B
Black with #0F968B
Text Example
Text Example
White with #0F968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F968B; }
p { color: rgb(15,150,139); }
H1.HeaderClassName
{
color: #0F968B;
}
.AnyTagClassName
{
color: #0F968B;
}
</style>
background-color css
<style>
a { background-color: #0F968B; }
a { background-color: rgb(15,150,139); }
div.DivClassName
{
background-color: #0F968B;
}
.BgClassName
{
background-color: #0F968B;
}
</style>
border-color css
<style>
span { border-color: #0F968B; }
span { border-color: rgb(15,150,139); }
td.TdClassName
{
border-color: #0F968B;
}
.TagClassName
{
border-color: #0F968B;
}
</style>