Html Css Color HEX #215E52 Eden

📋 copy color: '#215E52'

red 33 ◦ green 94 ◦ blue 82

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

Shades of Eden #215E52

Tints of Eden #215E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.98%

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 15.79%
G = 44.98%
B = 39.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#215E52 (or 0x215E52) is known color: Eden. HEX triplet: 21, 5E and 52. RGB value is (33,94,82). Sum of RGB (Red+Green+Blue) = 33+94+82=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #215E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E52 is #DEA1AD. Grayscale: #4A4A4A. Windows color (decimal): -14590382 or 5398049. OLE color: 5398049.

HSL color Cylindrical-coordinate representation of color #215E52: hue angle of 168.2º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E52 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 94 82 -
CMYK 0.65 0 0.13 0.63
HSL 168.2º 0.48% 0.25% -
HSV(B) 168.2º 0.65% 0.37% -
XYZ 6.15 8.94 9.38 -
YUV 74.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 33 94 82 0.65 0 0.13 0.63 168.2 0.48 0.25
Hex 21 5E 52 41 0 D 3F A8 30 19
Octal 41 136 122 101 0 15 77 250 60 31
Binary 100001 1011110 1010010 1000001 0 1101 111111 10101000 110000 11001

Color Harmonies of #215E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E52

Black with #215E52

Text Example


Text Example

White with #215E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,94,82); }

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

background-color css

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

 a { background-color: rgb(33,94,82); }

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

border-color css

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

 span { border-color: rgb(33,94,82); }

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