Html Css Color HEX #5EDEAA Medium Aquamarine

📋 copy color: '#5EDEAA'

red 94 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #5EDEAA

Tints of Medium Aquamarine #5EDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

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

R = 19.34%
G = 45.68%
B = 34.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#5EDEAA (or 0x5EDEAA) is known color: Medium Aquamarine. HEX triplet: 5E, DE and AA. RGB value is (94,222,170). Sum of RGB (Red+Green+Blue) = 94+222+170=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEAA is #A12155. Grayscale: #B1B1B1. Windows color (decimal): -10559830 or 11198046. OLE color: 11198046.

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

Color convert

RGB 94 222 170 -
CMYK 0.58 0 0.23 0.13
HSL 155.63º 0.66% 0.62% -
HSV(B) 155.63º 0.58% 0.87% -
XYZ 37.99 57.52 47.13 -
YUV 177.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 94 222 170 0.58 0 0.23 0.13 155.63 0.66 0.62
Hex 5E DE AA 3A 0 17 D 9C 42 3E
Octal 136 336 252 72 0 27 15 234 102 76
Binary 1011110 11011110 10101010 111010 0 10111 1101 10011100 1000010 111110

Color Harmonies of #5EDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEAA

Black with #5EDEAA

Text Example


Text Example

White with #5EDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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