Shades of Dark Cyan #0F8791
Tints of Dark Cyan #0F8791
RGB
CMYK
RGB Variations
Color information
#0F8791 (or 0x0F8791) is known color: Dark Cyan. HEX triplet: 0F, 87 and 91. RGB value is (15,135,145). Sum of RGB (Red+Green+Blue) = 15+135+145=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F8791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8791 is #F0786E. Grayscale: #646464. Windows color (decimal): -15759471 or 9537295. OLE color: 9537295.
HSL color Cylindrical-coordinate representation of color #0F8791: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8791 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 135 | 145 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.43 |
| HSL | 184.62º | 0.81% | 0.31% | - |
| HSV(B) | 184.62º | 0.9% | 0.57% | - |
| XYZ | 13.97 | 19.47 | 29.81 | - |
| YUV | 100.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 145 | 0.90 | 0.07 | 0 | 0.43 | 184.62 | 0.81 | 0.31 |
| Hex | F | 87 | 91 | 5A | 7 | 0 | 2B | B9 | 51 | 1F |
| Octal | 17 | 207 | 221 | 132 | 7 | 0 | 53 | 271 | 121 | 37 |
| Binary | 1111 | 10000111 | 10010001 | 1011010 | 111 | 0 | 101011 | 10111001 | 1010001 | 11111 |
Color Harmonies of #0F8791
Complementary color
Monochromatic Colors of #0F8791
Black with #0F8791
Text Example
Text Example
White with #0F8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8791; }
p { color: rgb(15,135,145); }
H1.HeaderClassName
{
color: #0F8791;
}
.AnyTagClassName
{
color: #0F8791;
}
</style>
background-color css
<style>
a { background-color: #0F8791; }
a { background-color: rgb(15,135,145); }
div.DivClassName
{
background-color: #0F8791;
}
.BgClassName
{
background-color: #0F8791;
}
</style>
border-color css
<style>
span { border-color: #0F8791; }
span { border-color: rgb(15,135,145); }
td.TdClassName
{
border-color: #0F8791;
}
.TagClassName
{
border-color: #0F8791;
}
</style>