Shades of Evening Sea #155A48
Tints of Evening Sea #155A48
RGB
CMYK
RGB Variations
Color information
#155A48 (or 0x155A48) is known color: Evening Sea. HEX triplet: 15, 5A and 48. RGB value is (21,90,72). Sum of RGB (Red+Green+Blue) = 21+90+72=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #155A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A48 is #EAA5B7. Grayscale: #434343. Windows color (decimal): -15377848 or 4741653. OLE color: 4741653.
HSL color Cylindrical-coordinate representation of color #155A48: hue angle of 164.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A48 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 72 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.65 |
| HSL | 164.35º | 0.62% | 0.22% | - |
| HSV(B) | 164.35º | 0.77% | 0.35% | - |
| XYZ | 5.14 | 7.94 | 7.39 | - |
| YUV | 67.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 72 | 0.77 | 0 | 0.20 | 0.65 | 164.35 | 0.62 | 0.22 |
| Hex | 15 | 5A | 48 | 4D | 0 | 14 | 41 | A4 | 3E | 16 |
| Octal | 25 | 132 | 110 | 115 | 0 | 24 | 101 | 244 | 76 | 26 |
| Binary | 10101 | 1011010 | 1001000 | 1001101 | 0 | 10100 | 1000001 | 10100100 | 111110 | 10110 |
Color Harmonies of #155A48
Complementary color
Monochromatic Colors of #155A48
Black with #155A48
Text Example
Text Example
White with #155A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A48; }
p { color: rgb(21,90,72); }
H1.HeaderClassName
{
color: #155A48;
}
.AnyTagClassName
{
color: #155A48;
}
</style>
background-color css
<style>
a { background-color: #155A48; }
a { background-color: rgb(21,90,72); }
div.DivClassName
{
background-color: #155A48;
}
.BgClassName
{
background-color: #155A48;
}
</style>
border-color css
<style>
span { border-color: #155A48; }
span { border-color: rgb(21,90,72); }
td.TdClassName
{
border-color: #155A48;
}
.TagClassName
{
border-color: #155A48;
}
</style>