Shades of Dark Cyan #0F8590
Tints of Dark Cyan #0F8590
RGB
CMYK
RGB Variations
Color information
#0F8590 (or 0x0F8590) is known color: Dark Cyan. HEX triplet: 0F, 85 and 90. RGB value is (15,133,144). Sum of RGB (Red+Green+Blue) = 15+133+144=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F8590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8590 is #F07A6F. Grayscale: #626262. Windows color (decimal): -15759984 or 9471247. OLE color: 9471247.
HSL color Cylindrical-coordinate representation of color #0F8590: hue angle of 185.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8590 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 133 | 144 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.44 |
| HSL | 185.12º | 0.81% | 0.31% | - |
| HSV(B) | 185.12º | 0.9% | 0.56% | - |
| XYZ | 13.62 | 18.89 | 29.31 | - |
| YUV | 98.97 | 153.41 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 144 | 0.90 | 0.08 | 0 | 0.44 | 185.12 | 0.81 | 0.31 |
| Hex | F | 85 | 90 | 5A | 8 | 0 | 2C | B9 | 51 | 1F |
| Octal | 17 | 205 | 220 | 132 | 10 | 0 | 54 | 271 | 121 | 37 |
| Binary | 1111 | 10000101 | 10010000 | 1011010 | 1000 | 0 | 101100 | 10111001 | 1010001 | 11111 |
Color Harmonies of #0F8590
Complementary color
Monochromatic Colors of #0F8590
Black with #0F8590
Text Example
Text Example
White with #0F8590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8590; }
p { color: rgb(15,133,144); }
H1.HeaderClassName
{
color: #0F8590;
}
.AnyTagClassName
{
color: #0F8590;
}
</style>
background-color css
<style>
a { background-color: #0F8590; }
a { background-color: rgb(15,133,144); }
div.DivClassName
{
background-color: #0F8590;
}
.BgClassName
{
background-color: #0F8590;
}
</style>
border-color css
<style>
span { border-color: #0F8590; }
span { border-color: rgb(15,133,144); }
td.TdClassName
{
border-color: #0F8590;
}
.TagClassName
{
border-color: #0F8590;
}
</style>