Shades of Dark Cyan #0F9784
Tints of Dark Cyan #0F9784
RGB
CMYK
RGB Variations
Color information
#0F9784 (or 0x0F9784) is known color: Dark Cyan. HEX triplet: 0F, 97 and 84. RGB value is (15,151,132). Sum of RGB (Red+Green+Blue) = 15+151+132=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9784 is #F0687B. Grayscale: #6C6C6C. Windows color (decimal): -15755388 or 8689423. OLE color: 8689423.
HSL color Cylindrical-coordinate representation of color #0F9784: hue angle of 171.62º 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 #0F9784 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 132 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.41 |
| HSL | 171.62º | 0.82% | 0.33% | - |
| HSV(B) | 171.62º | 0.9% | 0.59% | - |
| XYZ | 15.43 | 23.9 | 25.63 | - |
| YUV | 108.17 | 141.44 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 132 | 0.90 | 0 | 0.13 | 0.41 | 171.62 | 0.82 | 0.33 |
| Hex | F | 97 | 84 | 5A | 0 | D | 29 | AC | 52 | 21 |
| Octal | 17 | 227 | 204 | 132 | 0 | 15 | 51 | 254 | 122 | 41 |
| Binary | 1111 | 10010111 | 10000100 | 1011010 | 0 | 1101 | 101001 | 10101100 | 1010010 | 100001 |
Color Harmonies of #0F9784
Complementary color
Monochromatic Colors of #0F9784
Black with #0F9784
Text Example
Text Example
White with #0F9784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9784; }
p { color: rgb(15,151,132); }
H1.HeaderClassName
{
color: #0F9784;
}
.AnyTagClassName
{
color: #0F9784;
}
</style>
background-color css
<style>
a { background-color: #0F9784; }
a { background-color: rgb(15,151,132); }
div.DivClassName
{
background-color: #0F9784;
}
.BgClassName
{
background-color: #0F9784;
}
</style>
border-color css
<style>
span { border-color: #0F9784; }
span { border-color: rgb(15,151,132); }
td.TdClassName
{
border-color: #0F9784;
}
.TagClassName
{
border-color: #0F9784;
}
</style>