Shades of Dark Cyan #098887
Tints of Dark Cyan #098887
RGB
CMYK
RGB Variations
Color information
#098887 (or 0x098887) is known color: Dark Cyan. HEX triplet: 09, 88 and 87. RGB value is (9,136,135). Sum of RGB (Red+Green+Blue) = 9+136+135=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #098887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098887 is #F67778. Grayscale: #616161. Windows color (decimal): -16152441 or 8882185. OLE color: 8882185.
HSL color Cylindrical-coordinate representation of color #098887: hue angle of 179.53º 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 #098887 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 135 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.47 |
| HSL | 179.53º | 0.88% | 0.28% | - |
| HSV(B) | 179.53º | 0.93% | 0.53% | - |
| XYZ | 13.29 | 19.42 | 25.97 | - |
| YUV | 97.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 135 | 0.93 | 0 | 0.01 | 0.47 | 179.53 | 0.88 | 0.28 |
| Hex | 9 | 88 | 87 | 5D | 0 | 1 | 2F | B4 | 58 | 1C |
| Octal | 11 | 210 | 207 | 135 | 0 | 1 | 57 | 264 | 130 | 34 |
| Binary | 1001 | 10001000 | 10000111 | 1011101 | 0 | 1 | 101111 | 10110100 | 1011000 | 11100 |
Color Harmonies of #098887
Complementary color
Monochromatic Colors of #098887
Black with #098887
Text Example
Text Example
White with #098887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098887; }
p { color: rgb(9,136,135); }
H1.HeaderClassName
{
color: #098887;
}
.AnyTagClassName
{
color: #098887;
}
</style>
background-color css
<style>
a { background-color: #098887; }
a { background-color: rgb(9,136,135); }
div.DivClassName
{
background-color: #098887;
}
.BgClassName
{
background-color: #098887;
}
</style>
border-color css
<style>
span { border-color: #098887; }
span { border-color: rgb(9,136,135); }
td.TdClassName
{
border-color: #098887;
}
.TagClassName
{
border-color: #098887;
}
</style>