#215A54

Color #215A54 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #215A54

Tints of Eden #215A54

Color information

#215A54 (or 0x215A54) is unknown color: approx Eden. HEX triplet: 21, 5A and 54. RGB value is (33,90,84). Sum of RGB (Red+Green+Blue) = 33+90+84=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #215A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A54 is #DEA5AB. Grayscale: #484848. Windows color (decimal): -14591404 or 5528097. OLE color: 5528097.

HSL color Cylindrical-coordinate representation of color #215A54: hue angle of 173.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A54 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB339084-
CMYK0.6300.070.65
HSL173.68º46.34%24.12%-
HSV(B)173.68º63.33%35.29%-
XYZ5.888.289.67-
YUV72.27134.6299.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=15.94%
G=43.48%
B=40.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3390840.6300.070.65173.6846.3424.12
Hex215A543F0741ae2e18
Octal4113212477071012565630
Binary10000110110101010100111111011110000011010111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215A54; }

 p { color: rgb(33,90,84); }

 H1.HeaderClassName
 {
   color: #215A54;
 }
 .AnyTagClassName
 {
   color: #215A54;
 }
</style>
background-color css

<style>
 a { background-color: #215A54; }

 a { background-color: rgb(33,90,84); }

 div.DivClassName
 {
   background-color: #215A54;
 }
 .BgClassName
 {
   background-color: #215A54;
 }
</style>
border-color css

<style>
 span { border-color: #215A54; }

 span { border-color: rgb(33,90,84); }

 td.TdClassName
 {
   border-color: #215A54;
 }
 .TagClassName
 {
   border-color: #215A54;
 }
</style>