Html Css Color HEX #5EF2AA Medium Aquamarine

📋 copy color: '#5EF2AA'

red 94 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #5EF2AA

Tints of Medium Aquamarine #5EF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

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

R = 18.58%
G = 47.83%
B = 33.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#5EF2AA (or 0x5EF2AA) is known color: Medium Aquamarine. HEX triplet: 5E, F2 and AA. RGB value is (94,242,170). Sum of RGB (Red+Green+Blue) = 94+242+170=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF2AA is #A10D55. Grayscale: #BDBDBD. Windows color (decimal): -10554710 or 11203166. OLE color: 11203166.

HSL color Cylindrical-coordinate representation of color #5EF2AA: hue angle of 150.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF2AA is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 242 170 -
CMYK 0.61 0 0.30 0.05
HSL 150.81º 0.85% 0.66% -
HSV(B) 150.81º 0.61% 0.95% -
XYZ 43.62 68.79 49.01 -
YUV 189.54 116.97 59.85 -
System Red Green Blue C M Y K H S L
Decimal 94 242 170 0.61 0 0.30 0.05 150.81 0.85 0.66
Hex 5E F2 AA 3D 0 1E 5 97 55 42
Octal 136 362 252 75 0 36 5 227 125 102
Binary 1011110 11110010 10101010 111101 0 11110 101 10010111 1010101 1000010

Color Harmonies of #5EF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF2AA

Black with #5EF2AA

Text Example


Text Example

White with #5EF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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