Shades of Dark Cyan #098A8E
Tints of Dark Cyan #098A8E
RGB
CMYK
RGB Variations
Color information
#098A8E (or 0x098A8E) is known color: Dark Cyan. HEX triplet: 09, 8A and 8E. RGB value is (9,138,142). Sum of RGB (Red+Green+Blue) = 9+138+142=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #098A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098A8E is #F67571. Grayscale: #636363. Windows color (decimal): -16151922 or 9341449. OLE color: 9341449.
HSL color Cylindrical-coordinate representation of color #098A8E: hue angle of 181.8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098A8E is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 138 | 142 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.44 |
| HSL | 181.8º | 0.88% | 0.3% | - |
| HSV(B) | 181.8º | 0.94% | 0.56% | - |
| XYZ | 14.08 | 20.19 | 28.75 | - |
| YUV | 99.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 142 | 0.94 | 0.03 | 0 | 0.44 | 181.8 | 0.88 | 0.3 |
| Hex | 9 | 8A | 8E | 5E | 3 | 0 | 2C | B6 | 58 | 1E |
| Octal | 11 | 212 | 216 | 136 | 3 | 0 | 54 | 266 | 130 | 36 |
| Binary | 1001 | 10001010 | 10001110 | 1011110 | 11 | 0 | 101100 | 10110110 | 1011000 | 11110 |
Color Harmonies of #098A8E
Complementary color
Monochromatic Colors of #098A8E
Black with #098A8E
Text Example
Text Example
White with #098A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A8E; }
p { color: rgb(9,138,142); }
H1.HeaderClassName
{
color: #098A8E;
}
.AnyTagClassName
{
color: #098A8E;
}
</style>
background-color css
<style>
a { background-color: #098A8E; }
a { background-color: rgb(9,138,142); }
div.DivClassName
{
background-color: #098A8E;
}
.BgClassName
{
background-color: #098A8E;
}
</style>
border-color css
<style>
span { border-color: #098A8E; }
span { border-color: rgb(9,138,142); }
td.TdClassName
{
border-color: #098A8E;
}
.TagClassName
{
border-color: #098A8E;
}
</style>