#5AD8AE

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

Shades of Medium Aquamarine #5AD8AE

Tints of Medium Aquamarine #5AD8AE

Color information

#5AD8AE (or 0x5AD8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, D8 and AE. RGB value is (90,216,174). Sum of RGB (Red+Green+Blue) = 90+216+174=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD8AE is #A52751. Grayscale: #ADADAD. Windows color (decimal): -10823506 or 11458650. OLE color: 11458650.

HSL color Cylindrical-coordinate representation of color #5AD8AE: hue angle of 160º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD8AE is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB90216174-
CMYK0.5800.190.15
HSL160º61.76%60%-
HSV(B)160º58.33%84.71%-
XYZ36.4154.3448.61-
YUV173.54128.2668.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.75%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=18.75%
G=45%
B=36.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902161740.5800.190.1516061.7660
Hex5AD8AE3A013Fa03e3c
Octal13233025672023172407674
Binary10110101101100010101110111010010011111110100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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