Shades of Evening Sea #155B4D
Tints of Evening Sea #155B4D
RGB
CMYK
RGB Variations
Color information
#155B4D (or 0x155B4D) is known color: Evening Sea. HEX triplet: 15, 5B and 4D. RGB value is (21,91,77). Sum of RGB (Red+Green+Blue) = 21+91+77=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #155B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B4D is #EAA4B2. Grayscale: #444444. Windows color (decimal): -15377587 or 5069589. OLE color: 5069589.
HSL color Cylindrical-coordinate representation of color #155B4D: hue angle of 168º 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 #155B4D is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 77 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.64 |
| HSL | 168º | 0.63% | 0.22% | - |
| HSV(B) | 168º | 0.77% | 0.36% | - |
| XYZ | 5.39 | 8.18 | 8.32 | - |
| YUV | 68.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 77 | 0.77 | 0 | 0.15 | 0.64 | 168 | 0.63 | 0.22 |
| Hex | 15 | 5B | 4D | 4D | 0 | F | 40 | A8 | 3E | 16 |
| Octal | 25 | 133 | 115 | 115 | 0 | 17 | 100 | 250 | 76 | 26 |
| Binary | 10101 | 1011011 | 1001101 | 1001101 | 0 | 1111 | 1000000 | 10101000 | 111110 | 10110 |
Color Harmonies of #155B4D
Complementary color
Monochromatic Colors of #155B4D
Black with #155B4D
Text Example
Text Example
White with #155B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B4D; }
p { color: rgb(21,91,77); }
H1.HeaderClassName
{
color: #155B4D;
}
.AnyTagClassName
{
color: #155B4D;
}
</style>
background-color css
<style>
a { background-color: #155B4D; }
a { background-color: rgb(21,91,77); }
div.DivClassName
{
background-color: #155B4D;
}
.BgClassName
{
background-color: #155B4D;
}
</style>
border-color css
<style>
span { border-color: #155B4D; }
span { border-color: rgb(21,91,77); }
td.TdClassName
{
border-color: #155B4D;
}
.TagClassName
{
border-color: #155B4D;
}
</style>