Shades of Dark Cyan #0F8492
Tints of Dark Cyan #0F8492
RGB
CMYK
RGB Variations
Color information
#0F8492 (or 0x0F8492) is known color: Dark Cyan. HEX triplet: 0F, 84 and 92. RGB value is (15,132,146). Sum of RGB (Red+Green+Blue) = 15+132+146=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F8492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8492 is #F07B6D. Grayscale: #626262. Windows color (decimal): -15760238 or 9602063. OLE color: 9602063.
HSL color Cylindrical-coordinate representation of color #0F8492: hue angle of 186.41º 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 #0F8492 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 132 | 146 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.43 |
| HSL | 186.41º | 0.81% | 0.32% | - |
| HSV(B) | 186.41º | 0.9% | 0.57% | - |
| XYZ | 13.64 | 18.68 | 30.08 | - |
| YUV | 98.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 146 | 0.90 | 0.10 | 0 | 0.43 | 186.41 | 0.81 | 0.32 |
| Hex | F | 84 | 92 | 5A | A | 0 | 2B | BA | 51 | 20 |
| Octal | 17 | 204 | 222 | 132 | 12 | 0 | 53 | 272 | 121 | 40 |
| Binary | 1111 | 10000100 | 10010010 | 1011010 | 1010 | 0 | 101011 | 10111010 | 1010001 | 100000 |
Color Harmonies of #0F8492
Complementary color
Monochromatic Colors of #0F8492
Black with #0F8492
Text Example
Text Example
White with #0F8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8492; }
p { color: rgb(15,132,146); }
H1.HeaderClassName
{
color: #0F8492;
}
.AnyTagClassName
{
color: #0F8492;
}
</style>
background-color css
<style>
a { background-color: #0F8492; }
a { background-color: rgb(15,132,146); }
div.DivClassName
{
background-color: #0F8492;
}
.BgClassName
{
background-color: #0F8492;
}
</style>
border-color css
<style>
span { border-color: #0F8492; }
span { border-color: rgb(15,132,146); }
td.TdClassName
{
border-color: #0F8492;
}
.TagClassName
{
border-color: #0F8492;
}
</style>