Shades of Dark Cyan #098488
Tints of Dark Cyan #098488
RGB
CMYK
RGB Variations
Color information
#098488 (or 0x098488) is known color: Dark Cyan. HEX triplet: 09, 84 and 88. RGB value is (9,132,136). Sum of RGB (Red+Green+Blue) = 9+132+136=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #098488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098488 is #F67B77. Grayscale: #5F5F5F. Windows color (decimal): -16153464 or 8946697. OLE color: 8946697.
HSL color Cylindrical-coordinate representation of color #098488: hue angle of 181.89º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098488 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 132 | 136 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.47 |
| HSL | 181.89º | 0.88% | 0.28% | - |
| HSV(B) | 181.89º | 0.93% | 0.53% | - |
| XYZ | 12.81 | 18.34 | 26.16 | - |
| YUV | 95.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 136 | 0.93 | 0.03 | 0 | 0.47 | 181.89 | 0.88 | 0.28 |
| Hex | 9 | 84 | 88 | 5D | 3 | 0 | 2F | B6 | 58 | 1C |
| Octal | 11 | 204 | 210 | 135 | 3 | 0 | 57 | 266 | 130 | 34 |
| Binary | 1001 | 10000100 | 10001000 | 1011101 | 11 | 0 | 101111 | 10110110 | 1011000 | 11100 |
Color Harmonies of #098488
Complementary color
Monochromatic Colors of #098488
Black with #098488
Text Example
Text Example
White with #098488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098488; }
p { color: rgb(9,132,136); }
H1.HeaderClassName
{
color: #098488;
}
.AnyTagClassName
{
color: #098488;
}
</style>
background-color css
<style>
a { background-color: #098488; }
a { background-color: rgb(9,132,136); }
div.DivClassName
{
background-color: #098488;
}
.BgClassName
{
background-color: #098488;
}
</style>
border-color css
<style>
span { border-color: #098488; }
span { border-color: rgb(9,132,136); }
td.TdClassName
{
border-color: #098488;
}
.TagClassName
{
border-color: #098488;
}
</style>