Shades of Dark Cyan #099283
Tints of Dark Cyan #099283
RGB
CMYK
RGB Variations
Color information
#099283 (or 0x099283) is known color: Dark Cyan. HEX triplet: 09, 92 and 83. RGB value is (9,146,131). Sum of RGB (Red+Green+Blue) = 9+146+131=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #099283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099283 is #F66D7C. Grayscale: #676767. Windows color (decimal): -16149885 or 8622601. OLE color: 8622601.
HSL color Cylindrical-coordinate representation of color #099283: hue angle of 173.43º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099283 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 146 | 131 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.43 |
| HSL | 173.43º | 0.88% | 0.3% | - |
| HSV(B) | 173.43º | 0.94% | 0.57% | - |
| XYZ | 14.49 | 22.25 | 25 | - |
| YUV | 103.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 131 | 0.94 | 0 | 0.10 | 0.43 | 173.43 | 0.88 | 0.3 |
| Hex | 9 | 92 | 83 | 5E | 0 | A | 2B | AD | 58 | 1E |
| Octal | 11 | 222 | 203 | 136 | 0 | 12 | 53 | 255 | 130 | 36 |
| Binary | 1001 | 10010010 | 10000011 | 1011110 | 0 | 1010 | 101011 | 10101101 | 1011000 | 11110 |
Color Harmonies of #099283
Complementary color
Monochromatic Colors of #099283
Black with #099283
Text Example
Text Example
White with #099283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099283; }
p { color: rgb(9,146,131); }
H1.HeaderClassName
{
color: #099283;
}
.AnyTagClassName
{
color: #099283;
}
</style>
background-color css
<style>
a { background-color: #099283; }
a { background-color: rgb(9,146,131); }
div.DivClassName
{
background-color: #099283;
}
.BgClassName
{
background-color: #099283;
}
</style>
border-color css
<style>
span { border-color: #099283; }
span { border-color: rgb(9,146,131); }
td.TdClassName
{
border-color: #099283;
}
.TagClassName
{
border-color: #099283;
}
</style>