#5AE0AC

Color #5AE0AC Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5AE0AC

Tints of Medium Aquamarine #5AE0AC

Color information

#5AE0AC (or 0x5AE0AC) is unknown color: approx 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

RGB90224172-
CMYK0.6000.230.12
HSL156.72º68.37%61.57%-
HSV(B)156.72º59.82%87.84%-
XYZ38.3258.4648.29-
YUV178.01124.6165.23-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal902241720.6000.230.12156.7268.3761.57
Hex5AE0AC3C017C9d443e
Octal132340254740271423510476
Binary101101011100000101011001111000101111100100111011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>