Shades of Dark Cyan #0F9684
Tints of Dark Cyan #0F9684
RGB
CMYK
RGB Variations
Color information
#0F9684 (or 0x0F9684) is known color: Dark Cyan. HEX triplet: 0F, 96 and 84. RGB value is (15,150,132). Sum of RGB (Red+Green+Blue) = 15+150+132=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9684 is #F0697B. Grayscale: #6B6B6B. Windows color (decimal): -15755644 or 8689167. OLE color: 8689167.
HSL color Cylindrical-coordinate representation of color #0F9684: hue angle of 172º 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 #0F9684 is Cyan = 0.9, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 132 | - |
| CMYK | 0.9 | 0 | 0.12 | 0.41 |
| HSL | 172º | 0.82% | 0.32% | - |
| HSV(B) | 172º | 0.9% | 0.59% | - |
| XYZ | 15.27 | 23.58 | 25.58 | - |
| YUV | 107.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 132 | 0.9 | 0 | 0.12 | 0.41 | 172 | 0.82 | 0.32 |
| Hex | F | 96 | 84 | 5A | 0 | C | 29 | AC | 52 | 20 |
| Octal | 17 | 226 | 204 | 132 | 0 | 14 | 51 | 254 | 122 | 40 |
| Binary | 1111 | 10010110 | 10000100 | 1011010 | 0 | 1100 | 101001 | 10101100 | 1010010 | 100000 |
Color Harmonies of #0F9684
Complementary color
Monochromatic Colors of #0F9684
Black with #0F9684
Text Example
Text Example
White with #0F9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9684; }
p { color: rgb(15,150,132); }
H1.HeaderClassName
{
color: #0F9684;
}
.AnyTagClassName
{
color: #0F9684;
}
</style>
background-color css
<style>
a { background-color: #0F9684; }
a { background-color: rgb(15,150,132); }
div.DivClassName
{
background-color: #0F9684;
}
.BgClassName
{
background-color: #0F9684;
}
</style>
border-color css
<style>
span { border-color: #0F9684; }
span { border-color: rgb(15,150,132); }
td.TdClassName
{
border-color: #0F9684;
}
.TagClassName
{
border-color: #0F9684;
}
</style>