Html Css Color HEX #215C53 Eden

📋 copy color: '#215C53'

red 33 ◦ green 92 ◦ blue 83

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

Shades of Eden #215C53

Tints of Eden #215C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 15.87%
G = 44.23%
B = 39.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#215C53 (or 0x215C53) is known color: Eden. HEX triplet: 21, 5C and 53. RGB value is (33,92,83). Sum of RGB (Red+Green+Blue) = 33+92+83=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #215C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C53 is #DEA3AC. Grayscale: #494949. Windows color (decimal): -14590893 or 5463073. OLE color: 5463073.

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

Color convert

RGB 33 92 83 -
CMYK 0.64 0 0.10 0.64
HSL 170.85º 0.47% 0.25% -
HSV(B) 170.85º 0.64% 0.36% -
XYZ 6.02 8.6 9.53 -
YUV 73.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 33 92 83 0.64 0 0.10 0.64 170.85 0.47 0.25
Hex 21 5C 53 40 0 A 40 AB 2F 19
Octal 41 134 123 100 0 12 100 253 57 31
Binary 100001 1011100 1010011 1000000 0 1010 1000000 10101011 101111 11001

Color Harmonies of #215C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C53

Black with #215C53

Text Example


Text Example

White with #215C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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