Shades of Evening Sea #165948
Tints of Evening Sea #165948
RGB
CMYK
RGB Variations
Color information
#165948 (or 0x165948) is known color: Evening Sea. HEX triplet: 16, 59 and 48. RGB value is (22,89,72). Sum of RGB (Red+Green+Blue) = 22+89+72=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #165948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165948 is #E9A6B7. Grayscale: #434343. Windows color (decimal): -15312568 or 4741398. OLE color: 4741398.
HSL color Cylindrical-coordinate representation of color #165948: hue angle of 164.78º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165948 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 72 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.65 |
| HSL | 164.78º | 0.6% | 0.22% | - |
| HSV(B) | 164.78º | 0.75% | 0.35% | - |
| XYZ | 5.07 | 7.78 | 7.37 | - |
| YUV | 67.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 72 | 0.75 | 0 | 0.19 | 0.65 | 164.78 | 0.6 | 0.22 |
| Hex | 16 | 59 | 48 | 4B | 0 | 13 | 41 | A5 | 3C | 16 |
| Octal | 26 | 131 | 110 | 113 | 0 | 23 | 101 | 245 | 74 | 26 |
| Binary | 10110 | 1011001 | 1001000 | 1001011 | 0 | 10011 | 1000001 | 10100101 | 111100 | 10110 |
Color Harmonies of #165948
Complementary color
Monochromatic Colors of #165948
Black with #165948
Text Example
Text Example
White with #165948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165948; }
p { color: rgb(22,89,72); }
H1.HeaderClassName
{
color: #165948;
}
.AnyTagClassName
{
color: #165948;
}
</style>
background-color css
<style>
a { background-color: #165948; }
a { background-color: rgb(22,89,72); }
div.DivClassName
{
background-color: #165948;
}
.BgClassName
{
background-color: #165948;
}
</style>
border-color css
<style>
span { border-color: #165948; }
span { border-color: rgb(22,89,72); }
td.TdClassName
{
border-color: #165948;
}
.TagClassName
{
border-color: #165948;
}
</style>