Shades of Dark Cyan #0A988F
Tints of Dark Cyan #0A988F
RGB
CMYK
RGB Variations
Color information
#0A988F (or 0x0A988F) is known color: Dark Cyan. HEX triplet: 0A, 98 and 8F. RGB value is (10,152,143). Sum of RGB (Red+Green+Blue) = 10+152+143=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #0A988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A988F is #F56770. Grayscale: #6C6C6C. Windows color (decimal): -16082801 or 9410570. OLE color: 9410570.
HSL color Cylindrical-coordinate representation of color #0A988F: hue angle of 176.2º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A988F is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 152 | 143 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.40 |
| HSL | 176.2º | 0.88% | 0.32% | - |
| HSV(B) | 176.2º | 0.93% | 0.6% | - |
| XYZ | 16.31 | 24.5 | 29.86 | - |
| YUV | 108.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 152 | 143 | 0.93 | 0 | 0.06 | 0.40 | 176.2 | 0.88 | 0.32 |
| Hex | A | 98 | 8F | 5D | 0 | 6 | 28 | B0 | 58 | 20 |
| Octal | 12 | 230 | 217 | 135 | 0 | 6 | 50 | 260 | 130 | 40 |
| Binary | 1010 | 10011000 | 10001111 | 1011101 | 0 | 110 | 101000 | 10110000 | 1011000 | 100000 |
Color Harmonies of #0A988F
Complementary color
Monochromatic Colors of #0A988F
Black with #0A988F
Text Example
Text Example
White with #0A988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A988F; }
p { color: rgb(10,152,143); }
H1.HeaderClassName
{
color: #0A988F;
}
.AnyTagClassName
{
color: #0A988F;
}
</style>
background-color css
<style>
a { background-color: #0A988F; }
a { background-color: rgb(10,152,143); }
div.DivClassName
{
background-color: #0A988F;
}
.BgClassName
{
background-color: #0A988F;
}
</style>
border-color css
<style>
span { border-color: #0A988F; }
span { border-color: rgb(10,152,143); }
td.TdClassName
{
border-color: #0A988F;
}
.TagClassName
{
border-color: #0A988F;
}
</style>