Shades of Evening Sea #16614D
Tints of Evening Sea #16614D
RGB
CMYK
RGB Variations
Color information
#16614D (or 0x16614D) is known color: Evening Sea. HEX triplet: 16, 61 and 4D. RGB value is (22,97,77). Sum of RGB (Red+Green+Blue) = 22+97+77=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #16614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16614D is #E99EB2. Grayscale: #484848. Windows color (decimal): -15310515 or 5071126. OLE color: 5071126.
HSL color Cylindrical-coordinate representation of color #16614D: hue angle of 164º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16614D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 77 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.62 |
| HSL | 164º | 0.63% | 0.23% | - |
| HSV(B) | 164º | 0.77% | 0.38% | - |
| XYZ | 5.95 | 9.26 | 8.49 | - |
| YUV | 72.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 77 | 0.77 | 0 | 0.21 | 0.62 | 164 | 0.63 | 0.23 |
| Hex | 16 | 61 | 4D | 4D | 0 | 15 | 3E | A4 | 3F | 17 |
| Octal | 26 | 141 | 115 | 115 | 0 | 25 | 76 | 244 | 77 | 27 |
| Binary | 10110 | 1100001 | 1001101 | 1001101 | 0 | 10101 | 111110 | 10100100 | 111111 | 10111 |
Color Harmonies of #16614D
Complementary color
Monochromatic Colors of #16614D
Black with #16614D
Text Example
Text Example
White with #16614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16614D; }
p { color: rgb(22,97,77); }
H1.HeaderClassName
{
color: #16614D;
}
.AnyTagClassName
{
color: #16614D;
}
</style>
background-color css
<style>
a { background-color: #16614D; }
a { background-color: rgb(22,97,77); }
div.DivClassName
{
background-color: #16614D;
}
.BgClassName
{
background-color: #16614D;
}
</style>
border-color css
<style>
span { border-color: #16614D; }
span { border-color: rgb(22,97,77); }
td.TdClassName
{
border-color: #16614D;
}
.TagClassName
{
border-color: #16614D;
}
</style>