Shades of Dark Cyan #098F89
Tints of Dark Cyan #098F89
RGB
CMYK
RGB Variations
Color information
#098F89 (or 0x098F89) is known color: Dark Cyan. HEX triplet: 09, 8F and 89. RGB value is (9,143,137). Sum of RGB (Red+Green+Blue) = 9+143+137=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #098F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098F89 is #F67076. Grayscale: #666666. Windows color (decimal): -16150647 or 9015049. OLE color: 9015049.
HSL color Cylindrical-coordinate representation of color #098F89: hue angle of 177.31º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F89 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 137 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.44 |
| HSL | 177.31º | 0.88% | 0.3% | - |
| HSV(B) | 177.31º | 0.94% | 0.56% | - |
| XYZ | 14.45 | 21.51 | 27.06 | - |
| YUV | 102.25 | 147.61 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 137 | 0.94 | 0 | 0.04 | 0.44 | 177.31 | 0.88 | 0.3 |
| Hex | 9 | 8F | 89 | 5E | 0 | 4 | 2C | B1 | 58 | 1E |
| Octal | 11 | 217 | 211 | 136 | 0 | 4 | 54 | 261 | 130 | 36 |
| Binary | 1001 | 10001111 | 10001001 | 1011110 | 0 | 100 | 101100 | 10110001 | 1011000 | 11110 |
Color Harmonies of #098F89
Complementary color
Monochromatic Colors of #098F89
Black with #098F89
Text Example
Text Example
White with #098F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F89; }
p { color: rgb(9,143,137); }
H1.HeaderClassName
{
color: #098F89;
}
.AnyTagClassName
{
color: #098F89;
}
</style>
background-color css
<style>
a { background-color: #098F89; }
a { background-color: rgb(9,143,137); }
div.DivClassName
{
background-color: #098F89;
}
.BgClassName
{
background-color: #098F89;
}
</style>
border-color css
<style>
span { border-color: #098F89; }
span { border-color: rgb(9,143,137); }
td.TdClassName
{
border-color: #098F89;
}
.TagClassName
{
border-color: #098F89;
}
</style>