Html Css Color HEX #216D5B Eden

📋 copy color: '#216D5B'

red 33 ◦ green 109 ◦ blue 91

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

Shades of Eden #216D5B

Tints of Eden #216D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.78%

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 14.16%
G = 46.78%
B = 39.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#216D5B (or 0x216D5B) is known color: Eden. HEX triplet: 21, 6D and 5B. RGB value is (33,109,91). Sum of RGB (Red+Green+Blue) = 33+109+91=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #216D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D5B is #DE92A4. Grayscale: #545454. Windows color (decimal): -14586533 or 5991713. OLE color: 5991713.

HSL color Cylindrical-coordinate representation of color #216D5B: hue angle of 165.79º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D5B is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 109 91 -
CMYK 0.70 0 0.17 0.57
HSL 165.79º 0.54% 0.28% -
HSV(B) 165.79º 0.7% 0.43% -
XYZ 7.98 12.02 11.8 -
YUV 84.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 33 109 91 0.70 0 0.17 0.57 165.79 0.54 0.28
Hex 21 6D 5B 46 0 11 39 A6 36 1C
Octal 41 155 133 106 0 21 71 246 66 34
Binary 100001 1101101 1011011 1000110 0 10001 111001 10100110 110110 11100

Color Harmonies of #216D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216D5B

Black with #216D5B

Text Example


Text Example

White with #216D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216D5B; }

 p { color: rgb(33,109,91); }

 H1.HeaderClassName
 {
   color: #216D5B;
 }
 .AnyTagClassName
 {
   color: #216D5B;
 }
</style>

background-color css

<style>
 a { background-color: #216D5B; }

 a { background-color: rgb(33,109,91); }

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

border-color css

<style>
 span { border-color: #216D5B; }

 span { border-color: rgb(33,109,91); }

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