Shades of Dark Cyan #099097
Tints of Dark Cyan #099097
RGB
CMYK
RGB Variations
Color information
#099097 (or 0x099097) is known color: Dark Cyan. HEX triplet: 09, 90 and 97. RGB value is (9,144,151). Sum of RGB (Red+Green+Blue) = 9+144+151=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #099097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099097 is #F66F68. Grayscale: #686868. Windows color (decimal): -16150377 or 9932809. OLE color: 9932809.
HSL color Cylindrical-coordinate representation of color #099097: hue angle of 182.96º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099097 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 144 | 151 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.41 |
| HSL | 182.96º | 0.89% | 0.31% | - |
| HSV(B) | 182.96º | 0.94% | 0.59% | - |
| XYZ | 15.67 | 22.24 | 32.74 | - |
| YUV | 104.43 | 154.27 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 151 | 0.94 | 0.05 | 0 | 0.41 | 182.96 | 0.89 | 0.31 |
| Hex | 9 | 90 | 97 | 5E | 5 | 0 | 29 | B7 | 59 | 1F |
| Octal | 11 | 220 | 227 | 136 | 5 | 0 | 51 | 267 | 131 | 37 |
| Binary | 1001 | 10010000 | 10010111 | 1011110 | 101 | 0 | 101001 | 10110111 | 1011001 | 11111 |
Color Harmonies of #099097
Complementary color
Monochromatic Colors of #099097
Black with #099097
Text Example
Text Example
White with #099097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099097; }
p { color: rgb(9,144,151); }
H1.HeaderClassName
{
color: #099097;
}
.AnyTagClassName
{
color: #099097;
}
</style>
background-color css
<style>
a { background-color: #099097; }
a { background-color: rgb(9,144,151); }
div.DivClassName
{
background-color: #099097;
}
.BgClassName
{
background-color: #099097;
}
</style>
border-color css
<style>
span { border-color: #099097; }
span { border-color: rgb(9,144,151); }
td.TdClassName
{
border-color: #099097;
}
.TagClassName
{
border-color: #099097;
}
</style>