Shades of Evening Sea #215C4E
Tints of Evening Sea #215C4E
RGB
CMYK
RGB Variations
Color information
#215C4E (or 0x215C4E) is known color: Evening Sea. HEX triplet: 21, 5C and 4E. RGB value is (33,92,78). Sum of RGB (Red+Green+Blue) = 33+92+78=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #215C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C4E is #DEA3B1. Grayscale: #484848. Windows color (decimal): -14590898 or 5135393. OLE color: 5135393.
HSL color Cylindrical-coordinate representation of color #215C4E: hue angle of 165.76º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C4E is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 78 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.64 |
| HSL | 165.76º | 0.47% | 0.25% | - |
| HSV(B) | 165.76º | 0.64% | 0.36% | - |
| XYZ | 5.83 | 8.53 | 8.55 | - |
| YUV | 72.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 78 | 0.64 | 0 | 0.15 | 0.64 | 165.76 | 0.47 | 0.25 |
| Hex | 21 | 5C | 4E | 40 | 0 | F | 40 | A6 | 2F | 19 |
| Octal | 41 | 134 | 116 | 100 | 0 | 17 | 100 | 246 | 57 | 31 |
| Binary | 100001 | 1011100 | 1001110 | 1000000 | 0 | 1111 | 1000000 | 10100110 | 101111 | 11001 |
Color Harmonies of #215C4E
Complementary color
Monochromatic Colors of #215C4E
Black with #215C4E
Text Example
Text Example
White with #215C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C4E; }
p { color: rgb(33,92,78); }
H1.HeaderClassName
{
color: #215C4E;
}
.AnyTagClassName
{
color: #215C4E;
}
</style>
background-color css
<style>
a { background-color: #215C4E; }
a { background-color: rgb(33,92,78); }
div.DivClassName
{
background-color: #215C4E;
}
.BgClassName
{
background-color: #215C4E;
}
</style>
border-color css
<style>
span { border-color: #215C4E; }
span { border-color: rgb(33,92,78); }
td.TdClassName
{
border-color: #215C4E;
}
.TagClassName
{
border-color: #215C4E;
}
</style>