Html Css Color HEX #5AE0A0 Medium Aquamarine

📋 copy color: '#5AE0A0'

red 90 ◦ green 224 ◦ blue 160

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

Shades of Medium Aquamarine #5AE0A0

Tints of Medium Aquamarine #5AE0A0

RGB

 RED value IS 90 (35.55% from 255) = 18.99%

 GREEN value IS 224 (87.89% from 255) = 47.26%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 18.99%
G = 47.26%
B = 33.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#5AE0A0 (or 0x5AE0A0) is known color: Medium Aquamarine. HEX triplet: 5A, E0 and A0. RGB value is (90,224,160). Sum of RGB (Red+Green+Blue) = 90+224+160=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE0A0 is #A51F5F. Grayscale: #B0B0B0. Windows color (decimal): -10821472 or 10543194. OLE color: 10543194.

HSL color Cylindrical-coordinate representation of color #5AE0A0: hue angle of 151.34º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE0A0 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 224 160 -
CMYK 0.60 0 0.29 0.12
HSL 151.34º 0.68% 0.62% -
HSV(B) 151.34º 0.6% 0.88% -
XYZ 37.22 58.02 42.5 -
YUV 176.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 90 224 160 0.60 0 0.29 0.12 151.34 0.68 0.62
Hex 5A E0 A0 3C 0 1D C 97 44 3E
Octal 132 340 240 74 0 35 14 227 104 76
Binary 1011010 11100000 10100000 111100 0 11101 1100 10010111 1000100 111110

Color Harmonies of #5AE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE0A0

Black with #5AE0A0

Text Example


Text Example

White with #5AE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,224,160); }

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

background-color css

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

 a { background-color: rgb(90,224,160); }

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

border-color css

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

 span { border-color: rgb(90,224,160); }

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