Shades of Evening Sea #155C4E
Tints of Evening Sea #155C4E
RGB
CMYK
RGB Variations
Color information
#155C4E (or 0x155C4E) is known color: Evening Sea. HEX triplet: 15, 5C and 4E. RGB value is (21,92,78). Sum of RGB (Red+Green+Blue) = 21+92+78=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #155C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C4E is #EAA3B1. Grayscale: #454545. Windows color (decimal): -15377330 or 5135381. OLE color: 5135381.
HSL color Cylindrical-coordinate representation of color #155C4E: hue angle of 168.17º degrees, saturation: 0.63, 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 #155C4E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 78 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.64 |
| HSL | 168.17º | 0.63% | 0.22% | - |
| HSV(B) | 168.17º | 0.77% | 0.36% | - |
| XYZ | 5.51 | 8.36 | 8.53 | - |
| YUV | 69.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 78 | 0.77 | 0 | 0.15 | 0.64 | 168.17 | 0.63 | 0.22 |
| Hex | 15 | 5C | 4E | 4D | 0 | F | 40 | A8 | 3F | 16 |
| Octal | 25 | 134 | 116 | 115 | 0 | 17 | 100 | 250 | 77 | 26 |
| Binary | 10101 | 1011100 | 1001110 | 1001101 | 0 | 1111 | 1000000 | 10101000 | 111111 | 10110 |
Color Harmonies of #155C4E
Complementary color
Monochromatic Colors of #155C4E
Black with #155C4E
Text Example
Text Example
White with #155C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C4E; }
p { color: rgb(21,92,78); }
H1.HeaderClassName
{
color: #155C4E;
}
.AnyTagClassName
{
color: #155C4E;
}
</style>
background-color css
<style>
a { background-color: #155C4E; }
a { background-color: rgb(21,92,78); }
div.DivClassName
{
background-color: #155C4E;
}
.BgClassName
{
background-color: #155C4E;
}
</style>
border-color css
<style>
span { border-color: #155C4E; }
span { border-color: rgb(21,92,78); }
td.TdClassName
{
border-color: #155C4E;
}
.TagClassName
{
border-color: #155C4E;
}
</style>