Shades of Evening Sea #155B49
Tints of Evening Sea #155B49
RGB
CMYK
RGB Variations
Color information
#155B49 (or 0x155B49) is known color: Evening Sea. HEX triplet: 15, 5B and 49. RGB value is (21,91,73). Sum of RGB (Red+Green+Blue) = 21+91+73=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #155B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B49 is #EAA4B6. Grayscale: #444444. Windows color (decimal): -15377591 or 4807445. OLE color: 4807445.
HSL color Cylindrical-coordinate representation of color #155B49: hue angle of 164.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B49 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 73 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.64 |
| HSL | 164.57º | 0.63% | 0.22% | - |
| HSV(B) | 164.57º | 0.77% | 0.36% | - |
| XYZ | 5.25 | 8.12 | 7.59 | - |
| YUV | 68.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 73 | 0.77 | 0 | 0.20 | 0.64 | 164.57 | 0.63 | 0.22 |
| Hex | 15 | 5B | 49 | 4D | 0 | 14 | 40 | A5 | 3E | 16 |
| Octal | 25 | 133 | 111 | 115 | 0 | 24 | 100 | 245 | 76 | 26 |
| Binary | 10101 | 1011011 | 1001001 | 1001101 | 0 | 10100 | 1000000 | 10100101 | 111110 | 10110 |
Color Harmonies of #155B49
Complementary color
Monochromatic Colors of #155B49
Black with #155B49
Text Example
Text Example
White with #155B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B49; }
p { color: rgb(21,91,73); }
H1.HeaderClassName
{
color: #155B49;
}
.AnyTagClassName
{
color: #155B49;
}
</style>
background-color css
<style>
a { background-color: #155B49; }
a { background-color: rgb(21,91,73); }
div.DivClassName
{
background-color: #155B49;
}
.BgClassName
{
background-color: #155B49;
}
</style>
border-color css
<style>
span { border-color: #155B49; }
span { border-color: rgb(21,91,73); }
td.TdClassName
{
border-color: #155B49;
}
.TagClassName
{
border-color: #155B49;
}
</style>