Shades of Dark Cyan #098D93
Tints of Dark Cyan #098D93
RGB
CMYK
RGB Variations
Color information
#098D93 (or 0x098D93) is known color: Dark Cyan. HEX triplet: 09, 8D and 93. RGB value is (9,141,147). Sum of RGB (Red+Green+Blue) = 9+141+147=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #098D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098D93 is #F6726C. Grayscale: #666666. Windows color (decimal): -16151149 or 9669897. OLE color: 9669897.
HSL color Cylindrical-coordinate representation of color #098D93: hue angle of 182.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D93 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 141 | 147 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.42 |
| HSL | 182.61º | 0.88% | 0.31% | - |
| HSV(B) | 182.61º | 0.94% | 0.58% | - |
| XYZ | 14.9 | 21.21 | 30.91 | - |
| YUV | 102.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 147 | 0.94 | 0.04 | 0 | 0.42 | 182.61 | 0.88 | 0.31 |
| Hex | 9 | 8D | 93 | 5E | 4 | 0 | 2A | B7 | 58 | 1F |
| Octal | 11 | 215 | 223 | 136 | 4 | 0 | 52 | 267 | 130 | 37 |
| Binary | 1001 | 10001101 | 10010011 | 1011110 | 100 | 0 | 101010 | 10110111 | 1011000 | 11111 |
Color Harmonies of #098D93
Complementary color
Monochromatic Colors of #098D93
Black with #098D93
Text Example
Text Example
White with #098D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D93; }
p { color: rgb(9,141,147); }
H1.HeaderClassName
{
color: #098D93;
}
.AnyTagClassName
{
color: #098D93;
}
</style>
background-color css
<style>
a { background-color: #098D93; }
a { background-color: rgb(9,141,147); }
div.DivClassName
{
background-color: #098D93;
}
.BgClassName
{
background-color: #098D93;
}
</style>
border-color css
<style>
span { border-color: #098D93; }
span { border-color: rgb(9,141,147); }
td.TdClassName
{
border-color: #098D93;
}
.TagClassName
{
border-color: #098D93;
}
</style>