Shades of Dark Cyan #0A908D
Tints of Dark Cyan #0A908D
RGB
CMYK
RGB Variations
Color information
#0A908D (or 0x0A908D) is known color: Dark Cyan. HEX triplet: 0A, 90 and 8D. RGB value is (10,144,141). Sum of RGB (Red+Green+Blue) = 10+144+141=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #0A908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A908D is #F56F72. Grayscale: #676767. Windows color (decimal): -16084851 or 9277450. OLE color: 9277450.
HSL color Cylindrical-coordinate representation of color #0A908D: hue angle of 178.66º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A908D is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 144 | 141 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.44 |
| HSL | 178.66º | 0.87% | 0.3% | - |
| HSV(B) | 178.66º | 0.93% | 0.56% | - |
| XYZ | 14.91 | 21.93 | 28.65 | - |
| YUV | 103.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 141 | 0.93 | 0 | 0.02 | 0.44 | 178.66 | 0.87 | 0.3 |
| Hex | A | 90 | 8D | 5D | 0 | 2 | 2C | B3 | 57 | 1E |
| Octal | 12 | 220 | 215 | 135 | 0 | 2 | 54 | 263 | 127 | 36 |
| Binary | 1010 | 10010000 | 10001101 | 1011101 | 0 | 10 | 101100 | 10110011 | 1010111 | 11110 |
Color Harmonies of #0A908D
Complementary color
Monochromatic Colors of #0A908D
Black with #0A908D
Text Example
Text Example
White with #0A908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A908D; }
p { color: rgb(10,144,141); }
H1.HeaderClassName
{
color: #0A908D;
}
.AnyTagClassName
{
color: #0A908D;
}
</style>
background-color css
<style>
a { background-color: #0A908D; }
a { background-color: rgb(10,144,141); }
div.DivClassName
{
background-color: #0A908D;
}
.BgClassName
{
background-color: #0A908D;
}
</style>
border-color css
<style>
span { border-color: #0A908D; }
span { border-color: rgb(10,144,141); }
td.TdClassName
{
border-color: #0A908D;
}
.TagClassName
{
border-color: #0A908D;
}
</style>