Shades of Dark Cyan #0F888A
Tints of Dark Cyan #0F888A
RGB
CMYK
RGB Variations
Color information
#0F888A (or 0x0F888A) is known color: Dark Cyan. HEX triplet: 0F, 88 and 8A. RGB value is (15,136,138). Sum of RGB (Red+Green+Blue) = 15+136+138=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F888A is #F07775. Grayscale: #636363. Windows color (decimal): -15759222 or 9078799. OLE color: 9078799.
HSL color Cylindrical-coordinate representation of color #0F888A: hue angle of 180.98º 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 #0F888A is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 136 | 138 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.46 |
| HSL | 180.98º | 0.8% | 0.3% | - |
| HSV(B) | 180.98º | 0.89% | 0.54% | - |
| XYZ | 13.59 | 19.54 | 27.1 | - |
| YUV | 100.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 138 | 0.89 | 0.01 | 0 | 0.46 | 180.98 | 0.8 | 0.3 |
| Hex | F | 88 | 8A | 59 | 1 | 0 | 2E | B5 | 50 | 1E |
| Octal | 17 | 210 | 212 | 131 | 1 | 0 | 56 | 265 | 120 | 36 |
| Binary | 1111 | 10001000 | 10001010 | 1011001 | 1 | 0 | 101110 | 10110101 | 1010000 | 11110 |
Color Harmonies of #0F888A
Complementary color
Monochromatic Colors of #0F888A
Black with #0F888A
Text Example
Text Example
White with #0F888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F888A; }
p { color: rgb(15,136,138); }
H1.HeaderClassName
{
color: #0F888A;
}
.AnyTagClassName
{
color: #0F888A;
}
</style>
background-color css
<style>
a { background-color: #0F888A; }
a { background-color: rgb(15,136,138); }
div.DivClassName
{
background-color: #0F888A;
}
.BgClassName
{
background-color: #0F888A;
}
</style>
border-color css
<style>
span { border-color: #0F888A; }
span { border-color: rgb(15,136,138); }
td.TdClassName
{
border-color: #0F888A;
}
.TagClassName
{
border-color: #0F888A;
}
</style>