Shades of Dark Cyan #098587
Tints of Dark Cyan #098587
RGB
CMYK
RGB Variations
Color information
#098587 (or 0x098587) is known color: Dark Cyan. HEX triplet: 09, 85 and 87. RGB value is (9,133,135). Sum of RGB (Red+Green+Blue) = 9+133+135=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #098587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098587 is #F67A78. Grayscale: #606060. Windows color (decimal): -16153209 or 8881417. OLE color: 8881417.
HSL color Cylindrical-coordinate representation of color #098587: hue angle of 180.95º 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 #098587 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 133 | 135 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.47 |
| HSL | 180.95º | 0.88% | 0.28% | - |
| HSV(B) | 180.95º | 0.93% | 0.53% | - |
| XYZ | 12.87 | 18.58 | 25.83 | - |
| YUV | 96.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 135 | 0.93 | 0.01 | 0 | 0.47 | 180.95 | 0.88 | 0.28 |
| Hex | 9 | 85 | 87 | 5D | 1 | 0 | 2F | B5 | 58 | 1C |
| Octal | 11 | 205 | 207 | 135 | 1 | 0 | 57 | 265 | 130 | 34 |
| Binary | 1001 | 10000101 | 10000111 | 1011101 | 1 | 0 | 101111 | 10110101 | 1011000 | 11100 |
Color Harmonies of #098587
Complementary color
Monochromatic Colors of #098587
Black with #098587
Text Example
Text Example
White with #098587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098587; }
p { color: rgb(9,133,135); }
H1.HeaderClassName
{
color: #098587;
}
.AnyTagClassName
{
color: #098587;
}
</style>
background-color css
<style>
a { background-color: #098587; }
a { background-color: rgb(9,133,135); }
div.DivClassName
{
background-color: #098587;
}
.BgClassName
{
background-color: #098587;
}
</style>
border-color css
<style>
span { border-color: #098587; }
span { border-color: rgb(9,133,135); }
td.TdClassName
{
border-color: #098587;
}
.TagClassName
{
border-color: #098587;
}
</style>