Shades of Evening Sea #215C4A
Tints of Evening Sea #215C4A
RGB
CMYK
RGB Variations
Color information
#215C4A (or 0x215C4A) is known color: Evening Sea. HEX triplet: 21, 5C and 4A. RGB value is (33,92,74). Sum of RGB (Red+Green+Blue) = 33+92+74=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #215C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C4A is #DEA3B5. Grayscale: #484848. Windows color (decimal): -14590902 or 4873249. OLE color: 4873249.
HSL color Cylindrical-coordinate representation of color #215C4A: hue angle of 161.69º 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 #215C4A is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 74 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.64 |
| HSL | 161.69º | 0.47% | 0.25% | - |
| HSV(B) | 161.69º | 0.64% | 0.36% | - |
| XYZ | 5.69 | 8.47 | 7.81 | - |
| YUV | 72.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 74 | 0.64 | 0 | 0.20 | 0.64 | 161.69 | 0.47 | 0.25 |
| Hex | 21 | 5C | 4A | 40 | 0 | 14 | 40 | A2 | 2F | 19 |
| Octal | 41 | 134 | 112 | 100 | 0 | 24 | 100 | 242 | 57 | 31 |
| Binary | 100001 | 1011100 | 1001010 | 1000000 | 0 | 10100 | 1000000 | 10100010 | 101111 | 11001 |
Color Harmonies of #215C4A
Complementary color
Monochromatic Colors of #215C4A
Black with #215C4A
Text Example
Text Example
White with #215C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C4A; }
p { color: rgb(33,92,74); }
H1.HeaderClassName
{
color: #215C4A;
}
.AnyTagClassName
{
color: #215C4A;
}
</style>
background-color css
<style>
a { background-color: #215C4A; }
a { background-color: rgb(33,92,74); }
div.DivClassName
{
background-color: #215C4A;
}
.BgClassName
{
background-color: #215C4A;
}
</style>
border-color css
<style>
span { border-color: #215C4A; }
span { border-color: rgb(33,92,74); }
td.TdClassName
{
border-color: #215C4A;
}
.TagClassName
{
border-color: #215C4A;
}
</style>