Shades of Eden #215C54
Tints of Eden #215C54
RGB
CMYK
RGB Variations
Color information
#215C54 (or 0x215C54) is known color: Eden. HEX triplet: 21, 5C and 54. RGB value is (33,92,84). Sum of RGB (Red+Green+Blue) = 33+92+84=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #215C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C54 is #DEA3AB. Grayscale: #494949. Windows color (decimal): -14590892 or 5528609. OLE color: 5528609.
HSL color Cylindrical-coordinate representation of color #215C54: hue angle of 171.86º 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 #215C54 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 84 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.64 |
| HSL | 171.86º | 0.47% | 0.25% | - |
| HSV(B) | 171.86º | 0.64% | 0.36% | - |
| XYZ | 6.05 | 8.62 | 9.73 | - |
| YUV | 73.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 84 | 0.64 | 0 | 0.09 | 0.64 | 171.86 | 0.47 | 0.25 |
| Hex | 21 | 5C | 54 | 40 | 0 | 9 | 40 | AC | 2F | 19 |
| Octal | 41 | 134 | 124 | 100 | 0 | 11 | 100 | 254 | 57 | 31 |
| Binary | 100001 | 1011100 | 1010100 | 1000000 | 0 | 1001 | 1000000 | 10101100 | 101111 | 11001 |
Color Harmonies of #215C54
Complementary color
Monochromatic Colors of #215C54
Black with #215C54
Text Example
Text Example
White with #215C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C54; }
p { color: rgb(33,92,84); }
H1.HeaderClassName
{
color: #215C54;
}
.AnyTagClassName
{
color: #215C54;
}
</style>
background-color css
<style>
a { background-color: #215C54; }
a { background-color: rgb(33,92,84); }
div.DivClassName
{
background-color: #215C54;
}
.BgClassName
{
background-color: #215C54;
}
</style>
border-color css
<style>
span { border-color: #215C54; }
span { border-color: rgb(33,92,84); }
td.TdClassName
{
border-color: #215C54;
}
.TagClassName
{
border-color: #215C54;
}
</style>