Html Css Color HEX #216B5E Eden

📋 copy color: '#216B5E'

red 33 ◦ green 107 ◦ blue 94

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

Shades of Eden #216B5E

Tints of Eden #216B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 14.1%
G = 45.73%
B = 40.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#216B5E (or 0x216B5E) is known color: Eden. HEX triplet: 21, 6B and 5E. RGB value is (33,107,94). Sum of RGB (Red+Green+Blue) = 33+107+94=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #216B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B5E is #DE94A1. Grayscale: #535353. Windows color (decimal): -14587042 or 6187809. OLE color: 6187809.

HSL color Cylindrical-coordinate representation of color #216B5E: hue angle of 169.46º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B5E is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 107 94 -
CMYK 0.69 0 0.12 0.58
HSL 169.46º 0.53% 0.27% -
HSV(B) 169.46º 0.69% 0.42% -
XYZ 7.91 11.65 12.42 -
YUV 83.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 33 107 94 0.69 0 0.12 0.58 169.46 0.53 0.27
Hex 21 6B 5E 45 0 C 3A A9 35 1B
Octal 41 153 136 105 0 14 72 251 65 33
Binary 100001 1101011 1011110 1000101 0 1100 111010 10101001 110101 11011

Color Harmonies of #216B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216B5E

Black with #216B5E

Text Example


Text Example

White with #216B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,107,94); }

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

background-color css

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

 a { background-color: rgb(33,107,94); }

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

border-color css

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

 span { border-color: rgb(33,107,94); }

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