Html Css Color HEX #5EDDAA Medium Aquamarine

📋 copy color: '#5EDDAA'

red 94 ◦ green 221 ◦ blue 170

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

Shades of Medium Aquamarine #5EDDAA

Tints of Medium Aquamarine #5EDDAA

RGB

 RED value IS 94 (37.11% from 255) = 19.38%

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 19.38%
G = 45.57%
B = 35.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#5EDDAA (or 0x5EDDAA) is known color: Medium Aquamarine. HEX triplet: 5E, DD and AA. RGB value is (94,221,170). Sum of RGB (Red+Green+Blue) = 94+221+170=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDDAA is #A12255. Grayscale: #B1B1B1. Windows color (decimal): -10560086 or 11197790. OLE color: 11197790.

HSL color Cylindrical-coordinate representation of color #5EDDAA: hue angle of 155.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDAA is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 221 170 -
CMYK 0.57 0 0.23 0.13
HSL 155.91º 0.65% 0.62% -
HSV(B) 155.91º 0.57% 0.87% -
XYZ 37.73 56.99 47.04 -
YUV 177.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 94 221 170 0.57 0 0.23 0.13 155.91 0.65 0.62
Hex 5E DD AA 39 0 17 D 9C 41 3E
Octal 136 335 252 71 0 27 15 234 101 76
Binary 1011110 11011101 10101010 111001 0 10111 1101 10011100 1000001 111110

Color Harmonies of #5EDDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDDAA

Black with #5EDDAA

Text Example


Text Example

White with #5EDDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EDDAA; }

 p { color: rgb(94,221,170); }

 H1.HeaderClassName
 {
   color: #5EDDAA;
 }
 .AnyTagClassName
 {
   color: #5EDDAA;
 }
</style>

background-color css

<style>
 a { background-color: #5EDDAA; }

 a { background-color: rgb(94,221,170); }

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

border-color css

<style>
 span { border-color: #5EDDAA; }

 span { border-color: rgb(94,221,170); }

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