Html Css Color HEX #5EDAB2 Medium Aquamarine

📋 copy color: '#5EDAB2'

red 94 ◦ green 218 ◦ blue 178

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

Shades of Medium Aquamarine #5EDAB2

Tints of Medium Aquamarine #5EDAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 19.18%
G = 44.49%
B = 36.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#5EDAB2 (or 0x5EDAB2) is known color: Medium Aquamarine. HEX triplet: 5E, DA and B2. RGB value is (94,218,178). Sum of RGB (Red+Green+Blue) = 94+218+178=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDAB2 is #A1254D. Grayscale: #B0B0B0. Windows color (decimal): -10560846 or 11721310. OLE color: 11721310.

HSL color Cylindrical-coordinate representation of color #5EDAB2: hue angle of 160.65º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDAB2 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 218 178 -
CMYK 0.57 0 0.18 0.15
HSL 160.65º 0.63% 0.61% -
HSV(B) 160.65º 0.57% 0.85% -
XYZ 37.72 55.74 50.89 -
YUV 176.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 94 218 178 0.57 0 0.18 0.15 160.65 0.63 0.61
Hex 5E DA B2 39 0 12 F A1 3F 3D
Octal 136 332 262 71 0 22 17 241 77 75
Binary 1011110 11011010 10110010 111001 0 10010 1111 10100001 111111 111101

Color Harmonies of #5EDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDAB2

Black with #5EDAB2

Text Example


Text Example

White with #5EDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,218,178); }

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

background-color css

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

 a { background-color: rgb(94,218,178); }

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

border-color css

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

 span { border-color: rgb(94,218,178); }

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