Shades of Evening Sea #155948
Tints of Evening Sea #155948
RGB
CMYK
RGB Variations
Color information
#155948 (or 0x155948) is known color: Evening Sea. HEX triplet: 15, 59 and 48. RGB value is (21,89,72). Sum of RGB (Red+Green+Blue) = 21+89+72=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #155948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155948 is #EAA6B7. Grayscale: #424242. Windows color (decimal): -15378104 or 4741397. OLE color: 4741397.
HSL color Cylindrical-coordinate representation of color #155948: hue angle of 165º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155948 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 72 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.65 |
| HSL | 165º | 0.62% | 0.22% | - |
| HSV(B) | 165º | 0.76% | 0.35% | - |
| XYZ | 5.05 | 7.77 | 7.36 | - |
| YUV | 66.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 72 | 0.76 | 0 | 0.19 | 0.65 | 165 | 0.62 | 0.22 |
| Hex | 15 | 59 | 48 | 4C | 0 | 13 | 41 | A5 | 3E | 16 |
| Octal | 25 | 131 | 110 | 114 | 0 | 23 | 101 | 245 | 76 | 26 |
| Binary | 10101 | 1011001 | 1001000 | 1001100 | 0 | 10011 | 1000001 | 10100101 | 111110 | 10110 |
Color Harmonies of #155948
Complementary color
Monochromatic Colors of #155948
Black with #155948
Text Example
Text Example
White with #155948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155948; }
p { color: rgb(21,89,72); }
H1.HeaderClassName
{
color: #155948;
}
.AnyTagClassName
{
color: #155948;
}
</style>
background-color css
<style>
a { background-color: #155948; }
a { background-color: rgb(21,89,72); }
div.DivClassName
{
background-color: #155948;
}
.BgClassName
{
background-color: #155948;
}
</style>
border-color css
<style>
span { border-color: #155948; }
span { border-color: rgb(21,89,72); }
td.TdClassName
{
border-color: #155948;
}
.TagClassName
{
border-color: #155948;
}
</style>