Html Css Color HEX #215D55 Eden

📋 copy color: '#215D55'

red 33 ◦ green 93 ◦ blue 85

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

Shades of Eden #215D55

Tints of Eden #215D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

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

R = 15.64%
G = 44.08%
B = 40.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#215D55 (or 0x215D55) is known color: Eden. HEX triplet: 21, 5D and 55. RGB value is (33,93,85). Sum of RGB (Red+Green+Blue) = 33+93+85=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #215D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D55 is #DEA2AA. Grayscale: #4A4A4A. Windows color (decimal): -14590635 or 5594401. OLE color: 5594401.

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

Color convert

RGB 33 93 85 -
CMYK 0.65 0 0.09 0.64
HSL 172º 0.48% 0.25% -
HSV(B) 172º 0.65% 0.36% -
XYZ 6.18 8.81 9.97 -
YUV 74.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 33 93 85 0.65 0 0.09 0.64 172 0.48 0.25
Hex 21 5D 55 41 0 9 40 AC 30 19
Octal 41 135 125 101 0 11 100 254 60 31
Binary 100001 1011101 1010101 1000001 0 1001 1000000 10101100 110000 11001

Color Harmonies of #215D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D55

Black with #215D55

Text Example


Text Example

White with #215D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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