Shades of Dark Cyan #0F8992
Tints of Dark Cyan #0F8992
RGB
CMYK
RGB Variations
Color information
#0F8992 (or 0x0F8992) is known color: Dark Cyan. HEX triplet: 0F, 89 and 92. RGB value is (15,137,146). Sum of RGB (Red+Green+Blue) = 15+137+146=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F8992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8992 is #F0766D. Grayscale: #656565. Windows color (decimal): -15758958 or 9603343. OLE color: 9603343.
HSL color Cylindrical-coordinate representation of color #0F8992: hue angle of 184.12º 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 #0F8992 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 137 | 146 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.43 |
| HSL | 184.12º | 0.81% | 0.32% | - |
| HSV(B) | 184.12º | 0.9% | 0.57% | - |
| XYZ | 14.33 | 20.07 | 30.31 | - |
| YUV | 101.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 146 | 0.90 | 0.06 | 0 | 0.43 | 184.12 | 0.81 | 0.32 |
| Hex | F | 89 | 92 | 5A | 6 | 0 | 2B | B8 | 51 | 20 |
| Octal | 17 | 211 | 222 | 132 | 6 | 0 | 53 | 270 | 121 | 40 |
| Binary | 1111 | 10001001 | 10010010 | 1011010 | 110 | 0 | 101011 | 10111000 | 1010001 | 100000 |
Color Harmonies of #0F8992
Complementary color
Monochromatic Colors of #0F8992
Black with #0F8992
Text Example
Text Example
White with #0F8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8992; }
p { color: rgb(15,137,146); }
H1.HeaderClassName
{
color: #0F8992;
}
.AnyTagClassName
{
color: #0F8992;
}
</style>
background-color css
<style>
a { background-color: #0F8992; }
a { background-color: rgb(15,137,146); }
div.DivClassName
{
background-color: #0F8992;
}
.BgClassName
{
background-color: #0F8992;
}
</style>
border-color css
<style>
span { border-color: #0F8992; }
span { border-color: rgb(15,137,146); }
td.TdClassName
{
border-color: #0F8992;
}
.TagClassName
{
border-color: #0F8992;
}
</style>