Shades of Dark Cyan #098994
Tints of Dark Cyan #098994
RGB
CMYK
RGB Variations
Color information
#098994 (or 0x098994) is known color: Dark Cyan. HEX triplet: 09, 89 and 94. RGB value is (9,137,148). Sum of RGB (Red+Green+Blue) = 9+137+148=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #098994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098994 is #F6766B. Grayscale: #636363. Windows color (decimal): -16152172 or 9734409. OLE color: 9734409.
HSL color Cylindrical-coordinate representation of color #098994: hue angle of 184.75º 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 #098994 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 137 | 148 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.42 |
| HSL | 184.75º | 0.89% | 0.31% | - |
| HSV(B) | 184.75º | 0.94% | 0.58% | - |
| XYZ | 14.4 | 20.09 | 31.14 | - |
| YUV | 99.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 148 | 0.94 | 0.07 | 0 | 0.42 | 184.75 | 0.89 | 0.31 |
| Hex | 9 | 89 | 94 | 5E | 7 | 0 | 2A | B9 | 59 | 1F |
| Octal | 11 | 211 | 224 | 136 | 7 | 0 | 52 | 271 | 131 | 37 |
| Binary | 1001 | 10001001 | 10010100 | 1011110 | 111 | 0 | 101010 | 10111001 | 1011001 | 11111 |
Color Harmonies of #098994
Complementary color
Monochromatic Colors of #098994
Black with #098994
Text Example
Text Example
White with #098994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098994; }
p { color: rgb(9,137,148); }
H1.HeaderClassName
{
color: #098994;
}
.AnyTagClassName
{
color: #098994;
}
</style>
background-color css
<style>
a { background-color: #098994; }
a { background-color: rgb(9,137,148); }
div.DivClassName
{
background-color: #098994;
}
.BgClassName
{
background-color: #098994;
}
</style>
border-color css
<style>
span { border-color: #098994; }
span { border-color: rgb(9,137,148); }
td.TdClassName
{
border-color: #098994;
}
.TagClassName
{
border-color: #098994;
}
</style>