Shades of Dark Cyan #0F8A92
Tints of Dark Cyan #0F8A92
RGB
CMYK
RGB Variations
Color information
#0F8A92 (or 0x0F8A92) is known color: Dark Cyan. HEX triplet: 0F, 8A and 92. RGB value is (15,138,146). Sum of RGB (Red+Green+Blue) = 15+138+146=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F8A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8A92 is #F0756D. Grayscale: #656565. Windows color (decimal): -15758702 or 9603599. OLE color: 9603599.
HSL color Cylindrical-coordinate representation of color #0F8A92: hue angle of 183.66º 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 #0F8A92 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 138 | 146 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.43 |
| HSL | 183.66º | 0.81% | 0.32% | - |
| HSV(B) | 183.66º | 0.9% | 0.57% | - |
| XYZ | 14.47 | 20.35 | 30.36 | - |
| YUV | 102.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 146 | 0.90 | 0.05 | 0 | 0.43 | 183.66 | 0.81 | 0.32 |
| Hex | F | 8A | 92 | 5A | 5 | 0 | 2B | B8 | 51 | 20 |
| Octal | 17 | 212 | 222 | 132 | 5 | 0 | 53 | 270 | 121 | 40 |
| Binary | 1111 | 10001010 | 10010010 | 1011010 | 101 | 0 | 101011 | 10111000 | 1010001 | 100000 |
Color Harmonies of #0F8A92
Complementary color
Monochromatic Colors of #0F8A92
Black with #0F8A92
Text Example
Text Example
White with #0F8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A92; }
p { color: rgb(15,138,146); }
H1.HeaderClassName
{
color: #0F8A92;
}
.AnyTagClassName
{
color: #0F8A92;
}
</style>
background-color css
<style>
a { background-color: #0F8A92; }
a { background-color: rgb(15,138,146); }
div.DivClassName
{
background-color: #0F8A92;
}
.BgClassName
{
background-color: #0F8A92;
}
</style>
border-color css
<style>
span { border-color: #0F8A92; }
span { border-color: rgb(15,138,146); }
td.TdClassName
{
border-color: #0F8A92;
}
.TagClassName
{
border-color: #0F8A92;
}
</style>