#5AEBA9

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

Shades of Medium Aquamarine #5AEBA9

Tints of Medium Aquamarine #5AEBA9

Color information

#5AEBA9 (or 0x5AEBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EB and A9. RGB value is (90,235,169). Sum of RGB (Red+Green+Blue) = 90+235+169=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBA9 is #A51456. Grayscale: #B8B8B8. Windows color (decimal): -10818647 or 11135834. OLE color: 11135834.

HSL color Cylindrical-coordinate representation of color #5AEBA9: hue angle of 152.69º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBA9 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB90235169-
CMYK0.6200.280.08
HSL152.69º78.38%63.73%-
HSV(B)152.69º61.7%92.16%-
XYZ41.0964.4547.81-
YUV184.12119.4660.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.22%
GREEN value IS 235 (92.19% from 255) = 47.57%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=18.22%
G=47.57%
B=34.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902351690.6200.280.08152.6978.3863.73
Hex5AEBA93E01C8994e40
Octal1323532517603410231116100
Binary1011010111010111010100111111001110010001001100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,235,169); }

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

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

 a { background-color: rgb(90,235,169); }

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

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

 span { border-color: rgb(90,235,169); }

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