#5AE5B1

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

Shades of Medium Aquamarine #5AE5B1

Tints of Medium Aquamarine #5AE5B1

Color information

#5AE5B1 (or 0x5AE5B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, E5 and B1. RGB value is (90,229,177). Sum of RGB (Red+Green+Blue) = 90+229+177=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE5B1 is #A51A4E. Grayscale: #B5B5B5. Windows color (decimal): -10820175 or 11658586. OLE color: 11658586.

HSL color Cylindrical-coordinate representation of color #5AE5B1: hue angle of 157.55º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5B1 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB90229177-
CMYK0.6100.230.10
HSL157.55º72.77%62.55%-
HSV(B)157.55º60.7%89.8%-
XYZ40.1761.3951.33-
YUV181.51125.4562.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.15%
GREEN value IS 229 (89.84% from 255) = 46.17%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=18.15%
G=46.17%
B=35.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902291770.6100.230.10157.5572.7762.55
Hex5AE5B13D017A9e493f
Octal132345261750271223611177
Binary101101011100101101100011111010101111010100111101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,229,177); }

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

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

 a { background-color: rgb(90,229,177); }

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

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

 span { border-color: rgb(90,229,177); }

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