Shades of Dark Cyan #098C93
Tints of Dark Cyan #098C93
RGB
CMYK
RGB Variations
Color information
#098C93 (or 0x098C93) is known color: Dark Cyan. HEX triplet: 09, 8C and 93. RGB value is (9,140,147). Sum of RGB (Red+Green+Blue) = 9+140+147=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #098C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C93 is #F6736C. Grayscale: #656565. Windows color (decimal): -16151405 or 9669641. OLE color: 9669641.
HSL color Cylindrical-coordinate representation of color #098C93: hue angle of 183.04º 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 #098C93 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 140 | 147 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.42 |
| HSL | 183.04º | 0.88% | 0.31% | - |
| HSV(B) | 183.04º | 0.94% | 0.58% | - |
| XYZ | 14.76 | 20.92 | 30.86 | - |
| YUV | 101.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 147 | 0.94 | 0.05 | 0 | 0.42 | 183.04 | 0.88 | 0.31 |
| Hex | 9 | 8C | 93 | 5E | 5 | 0 | 2A | B7 | 58 | 1F |
| Octal | 11 | 214 | 223 | 136 | 5 | 0 | 52 | 267 | 130 | 37 |
| Binary | 1001 | 10001100 | 10010011 | 1011110 | 101 | 0 | 101010 | 10110111 | 1011000 | 11111 |
Color Harmonies of #098C93
Complementary color
Monochromatic Colors of #098C93
Black with #098C93
Text Example
Text Example
White with #098C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C93; }
p { color: rgb(9,140,147); }
H1.HeaderClassName
{
color: #098C93;
}
.AnyTagClassName
{
color: #098C93;
}
</style>
background-color css
<style>
a { background-color: #098C93; }
a { background-color: rgb(9,140,147); }
div.DivClassName
{
background-color: #098C93;
}
.BgClassName
{
background-color: #098C93;
}
</style>
border-color css
<style>
span { border-color: #098C93; }
span { border-color: rgb(9,140,147); }
td.TdClassName
{
border-color: #098C93;
}
.TagClassName
{
border-color: #098C93;
}
</style>