Html Css Color HEX #215A55 Eden

📋 copy color: '#215A55'

red 33 ◦ green 90 ◦ blue 85

#215A55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #215A55

Tints of Eden #215A55

RGB

 RED value IS 33 (13.28% from 255) = 15.87%

 GREEN value IS 90 (35.55% from 255) = 43.27%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 15.87%
G = 43.27%
B = 40.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#215A55 (or 0x215A55) is known color: Eden. HEX triplet: 21, 5A and 55. RGB value is (33,90,85). Sum of RGB (Red+Green+Blue) = 33+90+85=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #215A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A55 is #DEA5AA. Grayscale: #484848. Windows color (decimal): -14591403 or 5593633. OLE color: 5593633.

HSL color Cylindrical-coordinate representation of color #215A55: hue angle of 174.74º 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 #215A55 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 85 -
CMYK 0.63 0 0.06 0.65
HSL 174.74º 0.46% 0.24% -
HSV(B) 174.74º 0.63% 0.35% -
XYZ 5.92 8.29 9.88 -
YUV 72.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 33 90 85 0.63 0 0.06 0.65 174.74 0.46 0.24
Hex 21 5A 55 3F 0 6 41 AF 2E 18
Octal 41 132 125 77 0 6 101 257 56 30
Binary 100001 1011010 1010101 111111 0 110 1000001 10101111 101110 11000

Color Harmonies of #215A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A55

Black with #215A55

Text Example


Text Example

White with #215A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #215A55;
 }
 .AnyTagClassName
 {
   color: #215A55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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