Shades of Dark Cyan #098C95
Tints of Dark Cyan #098C95
RGB
CMYK
RGB Variations
Color information
#098C95 (or 0x098C95) is known color: Dark Cyan. HEX triplet: 09, 8C and 95. RGB value is (9,140,149). Sum of RGB (Red+Green+Blue) = 9+140+149=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #098C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C95 is #F6736A. Grayscale: #656565. Windows color (decimal): -16151403 or 9800713. OLE color: 9800713.
HSL color Cylindrical-coordinate representation of color #098C95: hue angle of 183.86º degrees, saturation: 0.89, 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 #098C95 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 140 | 149 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.42 |
| HSL | 183.86º | 0.89% | 0.31% | - |
| HSV(B) | 183.86º | 0.94% | 0.58% | - |
| XYZ | 14.92 | 20.98 | 31.7 | - |
| YUV | 101.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 149 | 0.94 | 0.06 | 0 | 0.42 | 183.86 | 0.89 | 0.31 |
| Hex | 9 | 8C | 95 | 5E | 6 | 0 | 2A | B8 | 59 | 1F |
| Octal | 11 | 214 | 225 | 136 | 6 | 0 | 52 | 270 | 131 | 37 |
| Binary | 1001 | 10001100 | 10010101 | 1011110 | 110 | 0 | 101010 | 10111000 | 1011001 | 11111 |
Color Harmonies of #098C95
Complementary color
Monochromatic Colors of #098C95
Black with #098C95
Text Example
Text Example
White with #098C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C95; }
p { color: rgb(9,140,149); }
H1.HeaderClassName
{
color: #098C95;
}
.AnyTagClassName
{
color: #098C95;
}
</style>
background-color css
<style>
a { background-color: #098C95; }
a { background-color: rgb(9,140,149); }
div.DivClassName
{
background-color: #098C95;
}
.BgClassName
{
background-color: #098C95;
}
</style>
border-color css
<style>
span { border-color: #098C95; }
span { border-color: rgb(9,140,149); }
td.TdClassName
{
border-color: #098C95;
}
.TagClassName
{
border-color: #098C95;
}
</style>