Shades of Dark Cyan #098D88
Tints of Dark Cyan #098D88
RGB
CMYK
RGB Variations
Color information
#098D88 (or 0x098D88) is known color: Dark Cyan. HEX triplet: 09, 8D and 88. RGB value is (9,141,136). Sum of RGB (Red+Green+Blue) = 9+141+136=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #098D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098D88 is #F67277. Grayscale: #646464. Windows color (decimal): -16151160 or 8949001. OLE color: 8949001.
HSL color Cylindrical-coordinate representation of color #098D88: hue angle of 177.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D88 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 136 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.45 |
| HSL | 177.73º | 0.88% | 0.29% | - |
| HSV(B) | 177.73º | 0.94% | 0.55% | - |
| XYZ | 14.08 | 20.89 | 26.58 | - |
| YUV | 100.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 136 | 0.94 | 0 | 0.04 | 0.45 | 177.73 | 0.88 | 0.29 |
| Hex | 9 | 8D | 88 | 5E | 0 | 4 | 2D | B2 | 58 | 1D |
| Octal | 11 | 215 | 210 | 136 | 0 | 4 | 55 | 262 | 130 | 35 |
| Binary | 1001 | 10001101 | 10001000 | 1011110 | 0 | 100 | 101101 | 10110010 | 1011000 | 11101 |
Color Harmonies of #098D88
Complementary color
Monochromatic Colors of #098D88
Black with #098D88
Text Example
Text Example
White with #098D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D88; }
p { color: rgb(9,141,136); }
H1.HeaderClassName
{
color: #098D88;
}
.AnyTagClassName
{
color: #098D88;
}
</style>
background-color css
<style>
a { background-color: #098D88; }
a { background-color: rgb(9,141,136); }
div.DivClassName
{
background-color: #098D88;
}
.BgClassName
{
background-color: #098D88;
}
</style>
border-color css
<style>
span { border-color: #098D88; }
span { border-color: rgb(9,141,136); }
td.TdClassName
{
border-color: #098D88;
}
.TagClassName
{
border-color: #098D88;
}
</style>