Shades of Evening Sea #16644F
Tints of Evening Sea #16644F
RGB
CMYK
RGB Variations
Color information
#16644F (or 0x16644F) is known color: Evening Sea. HEX triplet: 16, 64 and 4F. RGB value is (22,100,79). Sum of RGB (Red+Green+Blue) = 22+100+79=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #16644F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16644F is #E99BB0. Grayscale: #4A4A4A. Windows color (decimal): -15309745 or 5202966. OLE color: 5202966.
HSL color Cylindrical-coordinate representation of color #16644F: hue angle of 163.85º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16644F is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 79 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.61 |
| HSL | 163.85º | 0.64% | 0.24% | - |
| HSV(B) | 163.85º | 0.78% | 0.39% | - |
| XYZ | 6.3 | 9.85 | 8.97 | - |
| YUV | 74.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 79 | 0.78 | 0 | 0.21 | 0.61 | 163.85 | 0.64 | 0.24 |
| Hex | 16 | 64 | 4F | 4E | 0 | 15 | 3D | A4 | 40 | 18 |
| Octal | 26 | 144 | 117 | 116 | 0 | 25 | 75 | 244 | 100 | 30 |
| Binary | 10110 | 1100100 | 1001111 | 1001110 | 0 | 10101 | 111101 | 10100100 | 1000000 | 11000 |
Color Harmonies of #16644F
Complementary color
Monochromatic Colors of #16644F
Black with #16644F
Text Example
Text Example
White with #16644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16644F; }
p { color: rgb(22,100,79); }
H1.HeaderClassName
{
color: #16644F;
}
.AnyTagClassName
{
color: #16644F;
}
</style>
background-color css
<style>
a { background-color: #16644F; }
a { background-color: rgb(22,100,79); }
div.DivClassName
{
background-color: #16644F;
}
.BgClassName
{
background-color: #16644F;
}
</style>
border-color css
<style>
span { border-color: #16644F; }
span { border-color: rgb(22,100,79); }
td.TdClassName
{
border-color: #16644F;
}
.TagClassName
{
border-color: #16644F;
}
</style>