Shades of Dark Cyan #098988
Tints of Dark Cyan #098988
RGB
CMYK
RGB Variations
Color information
#098988 (or 0x098988) is known color: Dark Cyan. HEX triplet: 09, 89 and 88. RGB value is (9,137,136). Sum of RGB (Red+Green+Blue) = 9+137+136=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #098988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098988 is #F67677. Grayscale: #626262. Windows color (decimal): -16152184 or 8947977. OLE color: 8947977.
HSL color Cylindrical-coordinate representation of color #098988: hue angle of 179.53º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098988 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 136 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.46 |
| HSL | 179.53º | 0.88% | 0.29% | - |
| HSV(B) | 179.53º | 0.93% | 0.54% | - |
| XYZ | 13.5 | 19.73 | 26.39 | - |
| YUV | 98.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 136 | 0.93 | 0 | 0.01 | 0.46 | 179.53 | 0.88 | 0.29 |
| Hex | 9 | 89 | 88 | 5D | 0 | 1 | 2E | B4 | 58 | 1D |
| Octal | 11 | 211 | 210 | 135 | 0 | 1 | 56 | 264 | 130 | 35 |
| Binary | 1001 | 10001001 | 10001000 | 1011101 | 0 | 1 | 101110 | 10110100 | 1011000 | 11101 |
Color Harmonies of #098988
Complementary color
Monochromatic Colors of #098988
Black with #098988
Text Example
Text Example
White with #098988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098988; }
p { color: rgb(9,137,136); }
H1.HeaderClassName
{
color: #098988;
}
.AnyTagClassName
{
color: #098988;
}
</style>
background-color css
<style>
a { background-color: #098988; }
a { background-color: rgb(9,137,136); }
div.DivClassName
{
background-color: #098988;
}
.BgClassName
{
background-color: #098988;
}
</style>
border-color css
<style>
span { border-color: #098988; }
span { border-color: rgb(9,137,136); }
td.TdClassName
{
border-color: #098988;
}
.TagClassName
{
border-color: #098988;
}
</style>