#5AEFA4

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

Shades of Medium Aquamarine #5AEFA4

Tints of Medium Aquamarine #5AEFA4

Color information

#5AEFA4 (or 0x5AEFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EF and A4. RGB value is (90,239,164). Sum of RGB (Red+Green+Blue) = 90+239+164=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEFA4 is #A5105B. Grayscale: #BABABA. Windows color (decimal): -10817628 or 10809178. OLE color: 10809178.

HSL color Cylindrical-coordinate representation of color #5AEFA4: hue angle of 149.8º 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 #5AEFA4 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB90239164-
CMYK0.6200.310.06
HSL149.8º82.32%64.51%-
HSV(B)149.8º62.34%93.73%-
XYZ41.7866.5945.77-
YUV185.9115.6459.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.26%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=18.26%
G=48.48%
B=33.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902391640.6200.310.06149.882.3264.51
Hex5AEFA43E01F6965241
Octal132357244760376226122101
Binary101101011101111101001001111100111111101001011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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