Shades of Evening Sea #165B48
Tints of Evening Sea #165B48
RGB
CMYK
RGB Variations
Color information
#165B48 (or 0x165B48) is known color: Evening Sea. HEX triplet: 16, 5B and 48. RGB value is (22,91,72). Sum of RGB (Red+Green+Blue) = 22+91+72=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #165B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B48 is #E9A4B7. Grayscale: #444444. Windows color (decimal): -15312056 or 4741910. OLE color: 4741910.
HSL color Cylindrical-coordinate representation of color #165B48: hue angle of 163.48º 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 #165B48 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 72 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.64 |
| HSL | 163.48º | 0.61% | 0.22% | - |
| HSV(B) | 163.48º | 0.76% | 0.36% | - |
| XYZ | 5.24 | 8.12 | 7.42 | - |
| YUV | 68.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 72 | 0.76 | 0 | 0.21 | 0.64 | 163.48 | 0.61 | 0.22 |
| Hex | 16 | 5B | 48 | 4C | 0 | 15 | 40 | A3 | 3D | 16 |
| Octal | 26 | 133 | 110 | 114 | 0 | 25 | 100 | 243 | 75 | 26 |
| Binary | 10110 | 1011011 | 1001000 | 1001100 | 0 | 10101 | 1000000 | 10100011 | 111101 | 10110 |
Color Harmonies of #165B48
Complementary color
Monochromatic Colors of #165B48
Black with #165B48
Text Example
Text Example
White with #165B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B48; }
p { color: rgb(22,91,72); }
H1.HeaderClassName
{
color: #165B48;
}
.AnyTagClassName
{
color: #165B48;
}
</style>
background-color css
<style>
a { background-color: #165B48; }
a { background-color: rgb(22,91,72); }
div.DivClassName
{
background-color: #165B48;
}
.BgClassName
{
background-color: #165B48;
}
</style>
border-color css
<style>
span { border-color: #165B48; }
span { border-color: rgb(22,91,72); }
td.TdClassName
{
border-color: #165B48;
}
.TagClassName
{
border-color: #165B48;
}
</style>