Shades of Dark Cyan #0F8289
Tints of Dark Cyan #0F8289
RGB
CMYK
RGB Variations
Color information
#0F8289 (or 0x0F8289) is known color: Dark Cyan. HEX triplet: 0F, 82 and 89. RGB value is (15,130,137). Sum of RGB (Red+Green+Blue) = 15+130+137=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F8289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8289 is #F07D76. Grayscale: #606060. Windows color (decimal): -15760759 or 9011727. OLE color: 9011727.
HSL color Cylindrical-coordinate representation of color #0F8289: hue angle of 183.44º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8289 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 130 | 137 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.46 |
| HSL | 183.44º | 0.8% | 0.3% | - |
| HSV(B) | 183.44º | 0.89% | 0.54% | - |
| XYZ | 12.69 | 17.87 | 26.45 | - |
| YUV | 96.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 137 | 0.89 | 0.05 | 0 | 0.46 | 183.44 | 0.8 | 0.3 |
| Hex | F | 82 | 89 | 59 | 5 | 0 | 2E | B7 | 50 | 1E |
| Octal | 17 | 202 | 211 | 131 | 5 | 0 | 56 | 267 | 120 | 36 |
| Binary | 1111 | 10000010 | 10001001 | 1011001 | 101 | 0 | 101110 | 10110111 | 1010000 | 11110 |
Color Harmonies of #0F8289
Complementary color
Monochromatic Colors of #0F8289
Black with #0F8289
Text Example
Text Example
White with #0F8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8289; }
p { color: rgb(15,130,137); }
H1.HeaderClassName
{
color: #0F8289;
}
.AnyTagClassName
{
color: #0F8289;
}
</style>
background-color css
<style>
a { background-color: #0F8289; }
a { background-color: rgb(15,130,137); }
div.DivClassName
{
background-color: #0F8289;
}
.BgClassName
{
background-color: #0F8289;
}
</style>
border-color css
<style>
span { border-color: #0F8289; }
span { border-color: rgb(15,130,137); }
td.TdClassName
{
border-color: #0F8289;
}
.TagClassName
{
border-color: #0F8289;
}
</style>