Shades of Dark Cyan #09898E
Tints of Dark Cyan #09898E
RGB
CMYK
RGB Variations
Color information
#09898E (or 0x09898E) is known color: Dark Cyan. HEX triplet: 09, 89 and 8E. RGB value is (9,137,142). Sum of RGB (Red+Green+Blue) = 9+137+142=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #09898E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09898E is #F67671. Grayscale: #636363. Windows color (decimal): -16152178 or 9341193. OLE color: 9341193.
HSL color Cylindrical-coordinate representation of color #09898E: hue angle of 182.26º 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 #09898E is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 137 | 142 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.44 |
| HSL | 182.26º | 0.88% | 0.3% | - |
| HSV(B) | 182.26º | 0.94% | 0.56% | - |
| XYZ | 13.94 | 19.9 | 28.7 | - |
| YUV | 99.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 142 | 0.94 | 0.04 | 0 | 0.44 | 182.26 | 0.88 | 0.3 |
| Hex | 9 | 89 | 8E | 5E | 4 | 0 | 2C | B6 | 58 | 1E |
| Octal | 11 | 211 | 216 | 136 | 4 | 0 | 54 | 266 | 130 | 36 |
| Binary | 1001 | 10001001 | 10001110 | 1011110 | 100 | 0 | 101100 | 10110110 | 1011000 | 11110 |
Color Harmonies of #09898E
Complementary color
Monochromatic Colors of #09898E
Black with #09898E
Text Example
Text Example
White with #09898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09898E; }
p { color: rgb(9,137,142); }
H1.HeaderClassName
{
color: #09898E;
}
.AnyTagClassName
{
color: #09898E;
}
</style>
background-color css
<style>
a { background-color: #09898E; }
a { background-color: rgb(9,137,142); }
div.DivClassName
{
background-color: #09898E;
}
.BgClassName
{
background-color: #09898E;
}
</style>
border-color css
<style>
span { border-color: #09898E; }
span { border-color: rgb(9,137,142); }
td.TdClassName
{
border-color: #09898E;
}
.TagClassName
{
border-color: #09898E;
}
</style>