Shades of Dark Cyan #099294
Tints of Dark Cyan #099294
RGB
CMYK
RGB Variations
Color information
#099294 (or 0x099294) is known color: Dark Cyan. HEX triplet: 09, 92 and 94. RGB value is (9,146,148). Sum of RGB (Red+Green+Blue) = 9+146+148=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #099294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099294 is #F66D6B. Grayscale: #696969. Windows color (decimal): -16149868 or 9736713. OLE color: 9736713.
HSL color Cylindrical-coordinate representation of color #099294: hue angle of 180.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 #099294 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 146 | 148 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.42 |
| HSL | 180.86º | 0.89% | 0.31% | - |
| HSV(B) | 180.86º | 0.94% | 0.58% | - |
| XYZ | 15.74 | 22.75 | 31.58 | - |
| YUV | 105.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 148 | 0.94 | 0.01 | 0 | 0.42 | 180.86 | 0.89 | 0.31 |
| Hex | 9 | 92 | 94 | 5E | 1 | 0 | 2A | B5 | 59 | 1F |
| Octal | 11 | 222 | 224 | 136 | 1 | 0 | 52 | 265 | 131 | 37 |
| Binary | 1001 | 10010010 | 10010100 | 1011110 | 1 | 0 | 101010 | 10110101 | 1011001 | 11111 |
Color Harmonies of #099294
Complementary color
Monochromatic Colors of #099294
Black with #099294
Text Example
Text Example
White with #099294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099294; }
p { color: rgb(9,146,148); }
H1.HeaderClassName
{
color: #099294;
}
.AnyTagClassName
{
color: #099294;
}
</style>
background-color css
<style>
a { background-color: #099294; }
a { background-color: rgb(9,146,148); }
div.DivClassName
{
background-color: #099294;
}
.BgClassName
{
background-color: #099294;
}
</style>
border-color css
<style>
span { border-color: #099294; }
span { border-color: rgb(9,146,148); }
td.TdClassName
{
border-color: #099294;
}
.TagClassName
{
border-color: #099294;
}
</style>