Html Css Color HEX #5EDDA8 Medium Aquamarine

📋 copy color: '#5EDDA8'

red 94 ◦ green 221 ◦ blue 168

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

Shades of Medium Aquamarine #5EDDA8

Tints of Medium Aquamarine #5EDDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 19.46%
G = 45.76%
B = 34.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#5EDDA8 (or 0x5EDDA8) is known color: Medium Aquamarine. HEX triplet: 5E, DD and A8. RGB value is (94,221,168). Sum of RGB (Red+Green+Blue) = 94+221+168=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDDA8 is #A12257. Grayscale: #B1B1B1. Windows color (decimal): -10560088 or 11066718. OLE color: 11066718.

HSL color Cylindrical-coordinate representation of color #5EDDA8: hue angle of 154.96º 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 #5EDDA8 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 221 168 -
CMYK 0.57 0 0.24 0.13
HSL 154.96º 0.65% 0.62% -
HSV(B) 154.96º 0.57% 0.87% -
XYZ 37.54 56.92 46.05 -
YUV 176.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 94 221 168 0.57 0 0.24 0.13 154.96 0.65 0.62
Hex 5E DD A8 39 0 18 D 9B 41 3E
Octal 136 335 250 71 0 30 15 233 101 76
Binary 1011110 11011101 10101000 111001 0 11000 1101 10011011 1000001 111110

Color Harmonies of #5EDDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDDA8

Black with #5EDDA8

Text Example


Text Example

White with #5EDDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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