#5AEFAA

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

Shades of Medium Aquamarine #5AEFAA

Tints of Medium Aquamarine #5AEFAA

Color information

#5AEFAA (or 0x5AEFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EF and AA. RGB value is (90,239,170). Sum of RGB (Red+Green+Blue) = 90+239+170=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEFAA is #A51055. Grayscale: #BABABA. Windows color (decimal): -10817622 or 11202394. OLE color: 11202394.

HSL color Cylindrical-coordinate representation of color #5AEFAA: hue angle of 152.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFAA is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB90239170-
CMYK0.6200.290.06
HSL152.21º82.32%64.51%-
HSV(B)152.21º62.34%93.73%-
XYZ42.3466.8148.69-
YUV186.58118.6459.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.04%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=18.04%
G=47.90%
B=34.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902391700.6200.290.06152.2182.3264.51
Hex5AEFAA3E01D6985241
Octal132357252760356230122101
Binary101101011101111101010101111100111011101001100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,239,170); }

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

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

 a { background-color: rgb(90,239,170); }

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

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

 span { border-color: rgb(90,239,170); }

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