Shades of Dark Cyan #0F8792
Tints of Dark Cyan #0F8792
RGB
CMYK
RGB Variations
Color information
#0F8792 (or 0x0F8792) is known color: Dark Cyan. HEX triplet: 0F, 87 and 92. RGB value is (15,135,146). Sum of RGB (Red+Green+Blue) = 15+135+146=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F8792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8792 is #F0786D. Grayscale: #646464. Windows color (decimal): -15759470 or 9602831. OLE color: 9602831.
HSL color Cylindrical-coordinate representation of color #0F8792: hue angle of 185.04º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8792 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 135 | 146 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.43 |
| HSL | 185.04º | 0.81% | 0.32% | - |
| HSV(B) | 185.04º | 0.9% | 0.57% | - |
| XYZ | 14.05 | 19.5 | 30.22 | - |
| YUV | 100.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 146 | 0.90 | 0.08 | 0 | 0.43 | 185.04 | 0.81 | 0.32 |
| Hex | F | 87 | 92 | 5A | 8 | 0 | 2B | B9 | 51 | 20 |
| Octal | 17 | 207 | 222 | 132 | 10 | 0 | 53 | 271 | 121 | 40 |
| Binary | 1111 | 10000111 | 10010010 | 1011010 | 1000 | 0 | 101011 | 10111001 | 1010001 | 100000 |
Color Harmonies of #0F8792
Complementary color
Monochromatic Colors of #0F8792
Black with #0F8792
Text Example
Text Example
White with #0F8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8792; }
p { color: rgb(15,135,146); }
H1.HeaderClassName
{
color: #0F8792;
}
.AnyTagClassName
{
color: #0F8792;
}
</style>
background-color css
<style>
a { background-color: #0F8792; }
a { background-color: rgb(15,135,146); }
div.DivClassName
{
background-color: #0F8792;
}
.BgClassName
{
background-color: #0F8792;
}
</style>
border-color css
<style>
span { border-color: #0F8792; }
span { border-color: rgb(15,135,146); }
td.TdClassName
{
border-color: #0F8792;
}
.TagClassName
{
border-color: #0F8792;
}
</style>