Shades of Evening Sea #166750
Tints of Evening Sea #166750
RGB
CMYK
RGB Variations
Color information
#166750 (or 0x166750) is known color: Evening Sea. HEX triplet: 16, 67 and 50. RGB value is (22,103,80). Sum of RGB (Red+Green+Blue) = 22+103+80=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #166750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166750 is #E998AF. Grayscale: #4C4C4C. Windows color (decimal): -15308976 or 5269270. OLE color: 5269270.
HSL color Cylindrical-coordinate representation of color #166750: hue angle of 162.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166750 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 80 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.60 |
| HSL | 162.96º | 0.65% | 0.25% | - |
| HSV(B) | 162.96º | 0.79% | 0.4% | - |
| XYZ | 6.63 | 10.45 | 9.26 | - |
| YUV | 76.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 80 | 0.79 | 0 | 0.22 | 0.60 | 162.96 | 0.65 | 0.25 |
| Hex | 16 | 67 | 50 | 4F | 0 | 16 | 3C | A3 | 41 | 19 |
| Octal | 26 | 147 | 120 | 117 | 0 | 26 | 74 | 243 | 101 | 31 |
| Binary | 10110 | 1100111 | 1010000 | 1001111 | 0 | 10110 | 111100 | 10100011 | 1000001 | 11001 |
Color Harmonies of #166750
Complementary color
Monochromatic Colors of #166750
Black with #166750
Text Example
Text Example
White with #166750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166750; }
p { color: rgb(22,103,80); }
H1.HeaderClassName
{
color: #166750;
}
.AnyTagClassName
{
color: #166750;
}
</style>
background-color css
<style>
a { background-color: #166750; }
a { background-color: rgb(22,103,80); }
div.DivClassName
{
background-color: #166750;
}
.BgClassName
{
background-color: #166750;
}
</style>
border-color css
<style>
span { border-color: #166750; }
span { border-color: rgb(22,103,80); }
td.TdClassName
{
border-color: #166750;
}
.TagClassName
{
border-color: #166750;
}
</style>