Html Css Color HEX #5EFCAA Medium Aquamarine

📋 copy color: '#5EFCAA'

red 94 ◦ green 252 ◦ blue 170

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

Shades of Medium Aquamarine #5EFCAA

Tints of Medium Aquamarine #5EFCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.84%

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

R = 18.22%
G = 48.84%
B = 32.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#5EFCAA (or 0x5EFCAA) is known color: Medium Aquamarine. HEX triplet: 5E, FC and AA. RGB value is (94,252,170). Sum of RGB (Red+Green+Blue) = 94+252+170=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFCAA is #A10355. Grayscale: #C3C3C3. Windows color (decimal): -10552150 or 11205726. OLE color: 11205726.

HSL color Cylindrical-coordinate representation of color #5EFCAA: hue angle of 148.86º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFCAA is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 252 170 -
CMYK 0.63 0 0.33 0.01
HSL 148.86º 0.96% 0.68% -
HSV(B) 148.86º 0.63% 0.99% -
XYZ 46.68 74.9 50.03 -
YUV 195.41 113.65 55.67 -
System Red Green Blue C M Y K H S L
Decimal 94 252 170 0.63 0 0.33 0.01 148.86 0.96 0.68
Hex 5E FC AA 3F 0 21 1 95 60 44
Octal 136 374 252 77 0 41 1 225 140 104
Binary 1011110 11111100 10101010 111111 0 100001 1 10010101 1100000 1000100

Color Harmonies of #5EFCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFCAA

Black with #5EFCAA

Text Example


Text Example

White with #5EFCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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