Html Css Color HEX #5AE0AC Medium Aquamarine

📋 copy color: '#5AE0AC'

red 90 ◦ green 224 ◦ blue 172

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

Shades of Medium Aquamarine #5AE0AC

Tints of Medium Aquamarine #5AE0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 18.52%
G = 46.09%
B = 35.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#5AE0AC (or 0x5AE0AC) is known color: Medium Aquamarine. HEX triplet: 5A, E0 and AC. RGB value is (90,224,172). Sum of RGB (Red+Green+Blue) = 90+224+172=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE0AC is #A51F53. Grayscale: #B2B2B2. Windows color (decimal): -10821460 or 11329626. OLE color: 11329626.

HSL color Cylindrical-coordinate representation of color #5AE0AC: hue angle of 156.72º 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 #5AE0AC is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 224 172 -
CMYK 0.60 0 0.23 0.12
HSL 156.72º 0.68% 0.62% -
HSV(B) 156.72º 0.6% 0.88% -
XYZ 38.32 58.46 48.29 -
YUV 178.01 124.61 65.23 -
System Red Green Blue C M Y K H S L
Decimal 90 224 172 0.60 0 0.23 0.12 156.72 0.68 0.62
Hex 5A E0 AC 3C 0 17 C 9D 44 3E
Octal 132 340 254 74 0 27 14 235 104 76
Binary 1011010 11100000 10101100 111100 0 10111 1100 10011101 1000100 111110

Color Harmonies of #5AE0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE0AC

Black with #5AE0AC

Text Example


Text Example

White with #5AE0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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