#5AEEB5

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

Shades of Medium Aquamarine #5AEEB5

Tints of Medium Aquamarine #5AEEB5

Color information

#5AEEB5 (or 0x5AEEB5) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EE and B5. RGB value is (90,238,181). Sum of RGB (Red+Green+Blue) = 90+238+181=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEB5 is #A5114A. Grayscale: #BBBBBB. Windows color (decimal): -10817867 or 11923034. OLE color: 11923034.

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

Color convert

RGB90238181-
CMYK0.6200.240.07
HSL156.89º81.32%64.31%-
HSV(B)156.89º62.18%93.33%-
XYZ43.1366.6654.31-
YUV187.25124.4758.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.68%
GREEN value IS 238 (93.36% from 255) = 46.76%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=17.68%
G=46.76%
B=35.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902381810.6200.240.07156.8981.3264.31
Hex5AEEB53E01879d5140
Octal132356265760307235121100
Binary101101011101110101101011111100110001111001110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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