Shades of Dark Cyan #098E96
Tints of Dark Cyan #098E96
RGB
CMYK
RGB Variations
Color information
#098E96 (or 0x098E96) is known color: Dark Cyan. HEX triplet: 09, 8E and 96. RGB value is (9,142,150). Sum of RGB (Red+Green+Blue) = 9+142+150=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #098E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098E96 is #F67169. Grayscale: #666666. Windows color (decimal): -16150890 or 9866761. OLE color: 9866761.
HSL color Cylindrical-coordinate representation of color #098E96: hue angle of 183.4º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098E96 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 142 | 150 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.41 |
| HSL | 183.4º | 0.89% | 0.31% | - |
| HSV(B) | 183.4º | 0.94% | 0.59% | - |
| XYZ | 15.29 | 21.61 | 32.22 | - |
| YUV | 103.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 150 | 0.94 | 0.05 | 0 | 0.41 | 183.4 | 0.89 | 0.31 |
| Hex | 9 | 8E | 96 | 5E | 5 | 0 | 29 | B7 | 59 | 1F |
| Octal | 11 | 216 | 226 | 136 | 5 | 0 | 51 | 267 | 131 | 37 |
| Binary | 1001 | 10001110 | 10010110 | 1011110 | 101 | 0 | 101001 | 10110111 | 1011001 | 11111 |
Color Harmonies of #098E96
Complementary color
Monochromatic Colors of #098E96
Black with #098E96
Text Example
Text Example
White with #098E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098E96; }
p { color: rgb(9,142,150); }
H1.HeaderClassName
{
color: #098E96;
}
.AnyTagClassName
{
color: #098E96;
}
</style>
background-color css
<style>
a { background-color: #098E96; }
a { background-color: rgb(9,142,150); }
div.DivClassName
{
background-color: #098E96;
}
.BgClassName
{
background-color: #098E96;
}
</style>
border-color css
<style>
span { border-color: #098E96; }
span { border-color: rgb(9,142,150); }
td.TdClassName
{
border-color: #098E96;
}
.TagClassName
{
border-color: #098E96;
}
</style>