Shades of Dark Cyan #0F9590
Tints of Dark Cyan #0F9590
RGB
CMYK
RGB Variations
Color information
#0F9590 (or 0x0F9590) is known color: Dark Cyan. HEX triplet: 0F, 95 and 90. RGB value is (15,149,144). Sum of RGB (Red+Green+Blue) = 15+149+144=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9590 is #F06A6F. Grayscale: #6C6C6C. Windows color (decimal): -15755888 or 9475343. OLE color: 9475343.
HSL color Cylindrical-coordinate representation of color #0F9590: hue angle of 177.76º 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 #0F9590 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 144 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.42 |
| HSL | 177.76º | 0.82% | 0.32% | - |
| HSV(B) | 177.76º | 0.9% | 0.58% | - |
| XYZ | 15.98 | 23.61 | 30.1 | - |
| YUV | 108.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 144 | 0.90 | 0 | 0.03 | 0.42 | 177.76 | 0.82 | 0.32 |
| Hex | F | 95 | 90 | 5A | 0 | 3 | 2A | B2 | 52 | 20 |
| Octal | 17 | 225 | 220 | 132 | 0 | 3 | 52 | 262 | 122 | 40 |
| Binary | 1111 | 10010101 | 10010000 | 1011010 | 0 | 11 | 101010 | 10110010 | 1010010 | 100000 |
Color Harmonies of #0F9590
Complementary color
Monochromatic Colors of #0F9590
Black with #0F9590
Text Example
Text Example
White with #0F9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9590; }
p { color: rgb(15,149,144); }
H1.HeaderClassName
{
color: #0F9590;
}
.AnyTagClassName
{
color: #0F9590;
}
</style>
background-color css
<style>
a { background-color: #0F9590; }
a { background-color: rgb(15,149,144); }
div.DivClassName
{
background-color: #0F9590;
}
.BgClassName
{
background-color: #0F9590;
}
</style>
border-color css
<style>
span { border-color: #0F9590; }
span { border-color: rgb(15,149,144); }
td.TdClassName
{
border-color: #0F9590;
}
.TagClassName
{
border-color: #0F9590;
}
</style>