Shades of Evening Sea #155B4A
Tints of Evening Sea #155B4A
RGB
CMYK
RGB Variations
Color information
#155B4A (or 0x155B4A) is known color: Evening Sea. HEX triplet: 15, 5B and 4A. RGB value is (21,91,74). Sum of RGB (Red+Green+Blue) = 21+91+74=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #155B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B4A is #EAA4B5. Grayscale: #444444. Windows color (decimal): -15377590 or 4872981. OLE color: 4872981.
HSL color Cylindrical-coordinate representation of color #155B4A: hue angle of 165.43º 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 #155B4A is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 74 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.64 |
| HSL | 165.43º | 0.63% | 0.22% | - |
| HSV(B) | 165.43º | 0.77% | 0.36% | - |
| XYZ | 5.29 | 8.14 | 7.77 | - |
| YUV | 68.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 74 | 0.77 | 0 | 0.19 | 0.64 | 165.43 | 0.63 | 0.22 |
| Hex | 15 | 5B | 4A | 4D | 0 | 13 | 40 | A5 | 3E | 16 |
| Octal | 25 | 133 | 112 | 115 | 0 | 23 | 100 | 245 | 76 | 26 |
| Binary | 10101 | 1011011 | 1001010 | 1001101 | 0 | 10011 | 1000000 | 10100101 | 111110 | 10110 |
Color Harmonies of #155B4A
Complementary color
Monochromatic Colors of #155B4A
Black with #155B4A
Text Example
Text Example
White with #155B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B4A; }
p { color: rgb(21,91,74); }
H1.HeaderClassName
{
color: #155B4A;
}
.AnyTagClassName
{
color: #155B4A;
}
</style>
background-color css
<style>
a { background-color: #155B4A; }
a { background-color: rgb(21,91,74); }
div.DivClassName
{
background-color: #155B4A;
}
.BgClassName
{
background-color: #155B4A;
}
</style>
border-color css
<style>
span { border-color: #155B4A; }
span { border-color: rgb(21,91,74); }
td.TdClassName
{
border-color: #155B4A;
}
.TagClassName
{
border-color: #155B4A;
}
</style>