#5AD2AE

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

Shades of Medium Aquamarine #5AD2AE

Tints of Medium Aquamarine #5AD2AE

Color information

#5AD2AE (or 0x5AD2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, D2 and AE. RGB value is (90,210,174). Sum of RGB (Red+Green+Blue) = 90+210+174=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD2AE is #A52D51. Grayscale: #AAAAAA. Windows color (decimal): -10825042 or 11457114. OLE color: 11457114.

HSL color Cylindrical-coordinate representation of color #5AD2AE: hue angle of 162º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2AE is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB90210174-
CMYK0.5700.170.18
HSL162º57.14%58.82%-
HSV(B)162º57.14%82.35%-
XYZ34.951.3248.11-
YUV170.02130.2470.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.99%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=18.99%
G=44.30%
B=36.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902101740.5700.170.1816257.1458.82
Hex5AD2AE3901112a2393b
Octal13232225671021222427173
Binary101101011010010101011101110010100011001010100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,210,174); }

 H1.HeaderClassName
 {
   color: #5AD2AE;
 }
 .AnyTagClassName
 {
   color: #5AD2AE;
 }
</style>
background-color css

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

 a { background-color: rgb(90,210,174); }

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

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

 span { border-color: rgb(90,210,174); }

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