Html Css Color HEX #215D56 Eden

📋 copy color: '#215D56'

red 33 ◦ green 93 ◦ blue 86

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

Shades of Eden #215D56

Tints of Eden #215D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.57%

R = 15.57%
G = 43.87%
B = 40.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#215D56 (or 0x215D56) is known color: Eden. HEX triplet: 21, 5D and 56. RGB value is (33,93,86). Sum of RGB (Red+Green+Blue) = 33+93+86=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #215D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D56 is #DEA2A9. Grayscale: #4A4A4A. Windows color (decimal): -14590634 or 5659937. OLE color: 5659937.

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

Color convert

RGB 33 93 86 -
CMYK 0.65 0 0.08 0.64
HSL 173º 0.48% 0.25% -
HSV(B) 173º 0.65% 0.36% -
XYZ 6.22 8.82 10.18 -
YUV 74.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 33 93 86 0.65 0 0.08 0.64 173 0.48 0.25
Hex 21 5D 56 41 0 8 40 AD 30 19
Octal 41 135 126 101 0 10 100 255 60 31
Binary 100001 1011101 1010110 1000001 0 1000 1000000 10101101 110000 11001

Color Harmonies of #215D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D56

Black with #215D56

Text Example


Text Example

White with #215D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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