#5aeea1

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

Shades of Medium Aquamarine #5AEEA1

Tints of Medium Aquamarine #5AEEA1

Color information

#5AEEA1 (or 0x5AEEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EE and A1. RGB value is (90,238,161). Sum of RGB (Red+Green+Blue) = 90+238+161=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEEA1 is #A5115E. Grayscale: #B9B9B9. Windows color (decimal): -10817887 or 10612314. OLE color: 10612314.

HSL color Cylindrical-coordinate representation of color #5AEEA1: hue angle of 148.78º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEA1 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB90238161-
CMYK0.6200.320.07
HSL148.78º81.32%64.31%-
HSV(B)148.78º62.18%93.33%-
XYZ41.2265.944.26-
YUV184.97114.4760.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.40%
GREEN value IS 238 (93.36% from 255) = 48.67%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=18.40%
G=48.67%
B=32.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902381610.6200.320.07148.7881.3264.31
Hex5AEEA13E0207955140
Octal132356241760407225121100
Binary1011010111011101010000111111001000001111001010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aeea1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,238,161); }

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

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

 a { background-color: rgb(90,238,161); }

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

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

 span { border-color: rgb(90,238,161); }

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