Shades of Evening Sea #165F4D
Tints of Evening Sea #165F4D
RGB
CMYK
RGB Variations
Color information
#165F4D (or 0x165F4D) is known color: Evening Sea. HEX triplet: 16, 5F and 4D. RGB value is (22,95,77). Sum of RGB (Red+Green+Blue) = 22+95+77=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #165F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F4D is #E9A0B2. Grayscale: #474747. Windows color (decimal): -15311027 or 5070614. OLE color: 5070614.
HSL color Cylindrical-coordinate representation of color #165F4D: hue angle of 165.21º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F4D is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 77 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.63 |
| HSL | 165.21º | 0.62% | 0.23% | - |
| HSV(B) | 165.21º | 0.77% | 0.37% | - |
| XYZ | 5.76 | 8.89 | 8.43 | - |
| YUV | 71.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 77 | 0.77 | 0 | 0.19 | 0.63 | 165.21 | 0.62 | 0.23 |
| Hex | 16 | 5F | 4D | 4D | 0 | 13 | 3F | A5 | 3E | 17 |
| Octal | 26 | 137 | 115 | 115 | 0 | 23 | 77 | 245 | 76 | 27 |
| Binary | 10110 | 1011111 | 1001101 | 1001101 | 0 | 10011 | 111111 | 10100101 | 111110 | 10111 |
Color Harmonies of #165F4D
Complementary color
Monochromatic Colors of #165F4D
Black with #165F4D
Text Example
Text Example
White with #165F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F4D; }
p { color: rgb(22,95,77); }
H1.HeaderClassName
{
color: #165F4D;
}
.AnyTagClassName
{
color: #165F4D;
}
</style>
background-color css
<style>
a { background-color: #165F4D; }
a { background-color: rgb(22,95,77); }
div.DivClassName
{
background-color: #165F4D;
}
.BgClassName
{
background-color: #165F4D;
}
</style>
border-color css
<style>
span { border-color: #165F4D; }
span { border-color: rgb(22,95,77); }
td.TdClassName
{
border-color: #165F4D;
}
.TagClassName
{
border-color: #165F4D;
}
</style>