Html Css Color HEX #215C50 Eden

📋 copy color: '#215C50'

red 33 ◦ green 92 ◦ blue 80

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

Shades of Eden #215C50

Tints of Eden #215C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 16.1%
G = 44.88%
B = 39.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#215C50 (or 0x215C50) is known color: Eden. HEX triplet: 21, 5C and 50. RGB value is (33,92,80). Sum of RGB (Red+Green+Blue) = 33+92+80=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #215C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C50 is #DEA3AF. Grayscale: #484848. Windows color (decimal): -14590896 or 5266465. OLE color: 5266465.

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

Color convert

RGB 33 92 80 -
CMYK 0.64 0 0.13 0.64
HSL 167.8º 0.47% 0.25% -
HSV(B) 167.8º 0.64% 0.36% -
XYZ 5.9 8.56 8.93 -
YUV 72.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 33 92 80 0.64 0 0.13 0.64 167.8 0.47 0.25
Hex 21 5C 50 40 0 D 40 A8 2F 19
Octal 41 134 120 100 0 15 100 250 57 31
Binary 100001 1011100 1010000 1000000 0 1101 1000000 10101000 101111 11001

Color Harmonies of #215C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C50

Black with #215C50

Text Example


Text Example

White with #215C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,80); }

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

background-color css

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

 a { background-color: rgb(33,92,80); }

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

border-color css

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

 span { border-color: rgb(33,92,80); }

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