Shades of Evening Sea #165C4D
Tints of Evening Sea #165C4D
RGB
CMYK
RGB Variations
Color information
#165C4D (or 0x165C4D) is known color: Evening Sea. HEX triplet: 16, 5C and 4D. RGB value is (22,92,77). Sum of RGB (Red+Green+Blue) = 22+92+77=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #165C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C4D is #E9A3B2. Grayscale: #454545. Windows color (decimal): -15311795 or 5069846. OLE color: 5069846.
HSL color Cylindrical-coordinate representation of color #165C4D: hue angle of 167.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165C4D is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 77 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.64 |
| HSL | 167.14º | 0.61% | 0.22% | - |
| HSV(B) | 167.14º | 0.76% | 0.36% | - |
| XYZ | 5.5 | 8.36 | 8.35 | - |
| YUV | 69.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 77 | 0.76 | 0 | 0.16 | 0.64 | 167.14 | 0.61 | 0.22 |
| Hex | 16 | 5C | 4D | 4C | 0 | 10 | 40 | A7 | 3D | 16 |
| Octal | 26 | 134 | 115 | 114 | 0 | 20 | 100 | 247 | 75 | 26 |
| Binary | 10110 | 1011100 | 1001101 | 1001100 | 0 | 10000 | 1000000 | 10100111 | 111101 | 10110 |
Color Harmonies of #165C4D
Complementary color
Monochromatic Colors of #165C4D
Black with #165C4D
Text Example
Text Example
White with #165C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C4D; }
p { color: rgb(22,92,77); }
H1.HeaderClassName
{
color: #165C4D;
}
.AnyTagClassName
{
color: #165C4D;
}
</style>
background-color css
<style>
a { background-color: #165C4D; }
a { background-color: rgb(22,92,77); }
div.DivClassName
{
background-color: #165C4D;
}
.BgClassName
{
background-color: #165C4D;
}
</style>
border-color css
<style>
span { border-color: #165C4D; }
span { border-color: rgb(22,92,77); }
td.TdClassName
{
border-color: #165C4D;
}
.TagClassName
{
border-color: #165C4D;
}
</style>