#5AE7A6

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

Shades of Medium Aquamarine #5AE7A6

Tints of Medium Aquamarine #5AE7A6

Color information

#5AE7A6 (or 0x5AE7A6) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, E7 and A6. RGB value is (90,231,166). Sum of RGB (Red+Green+Blue) = 90+231+166=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE7A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE7A6 is #A51859. Grayscale: #B5B5B5. Windows color (decimal): -10819674 or 10938202. OLE color: 10938202.

HSL color Cylindrical-coordinate representation of color #5AE7A6: hue angle of 152.34º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE7A6 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB90231166-
CMYK0.6100.280.09
HSL152.34º74.6%62.94%-
HSV(B)152.34º61.04%90.59%-
XYZ39.6862.0845.97-
YUV181.43119.2962.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.48%
GREEN value IS 231 (90.62% from 255) = 47.43%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=18.48%
G=47.43%
B=34.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal902311660.6100.280.09152.3474.662.94
Hex5AE7A63D01C9984b3f
Octal132347246750341123011377
Binary101101011100111101001101111010111001001100110001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,231,166); }

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

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

 a { background-color: rgb(90,231,166); }

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

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

 span { border-color: rgb(90,231,166); }

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