Shades of Evening Sea #165D4D
Tints of Evening Sea #165D4D
RGB
CMYK
RGB Variations
Color information
#165D4D (or 0x165D4D) is known color: Evening Sea. HEX triplet: 16, 5D and 4D. RGB value is (22,93,77). Sum of RGB (Red+Green+Blue) = 22+93+77=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #165D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D4D is #E9A2B2. Grayscale: #454545. Windows color (decimal): -15311539 or 5070102. OLE color: 5070102.
HSL color Cylindrical-coordinate representation of color #165D4D: hue angle of 166.48º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D4D is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 77 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.64 |
| HSL | 166.48º | 0.62% | 0.23% | - |
| HSV(B) | 166.48º | 0.76% | 0.36% | - |
| XYZ | 5.58 | 8.54 | 8.37 | - |
| YUV | 69.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 77 | 0.76 | 0 | 0.17 | 0.64 | 166.48 | 0.62 | 0.23 |
| Hex | 16 | 5D | 4D | 4C | 0 | 11 | 40 | A6 | 3E | 17 |
| Octal | 26 | 135 | 115 | 114 | 0 | 21 | 100 | 246 | 76 | 27 |
| Binary | 10110 | 1011101 | 1001101 | 1001100 | 0 | 10001 | 1000000 | 10100110 | 111110 | 10111 |
Color Harmonies of #165D4D
Complementary color
Monochromatic Colors of #165D4D
Black with #165D4D
Text Example
Text Example
White with #165D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D4D; }
p { color: rgb(22,93,77); }
H1.HeaderClassName
{
color: #165D4D;
}
.AnyTagClassName
{
color: #165D4D;
}
</style>
background-color css
<style>
a { background-color: #165D4D; }
a { background-color: rgb(22,93,77); }
div.DivClassName
{
background-color: #165D4D;
}
.BgClassName
{
background-color: #165D4D;
}
</style>
border-color css
<style>
span { border-color: #165D4D; }
span { border-color: rgb(22,93,77); }
td.TdClassName
{
border-color: #165D4D;
}
.TagClassName
{
border-color: #165D4D;
}
</style>