#5AFEA2

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

Shades of Medium Aquamarine #5AFEA2

Tints of Medium Aquamarine #5AFEA2

Color information

#5AFEA2 (or 0x5AFEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, FE and A2. RGB value is (90,254,162). Sum of RGB (Red+Green+Blue) = 90+254+162=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFEA2 is #A5015D. Grayscale: #C2C2C2. Windows color (decimal): -10813790 or 10681946. OLE color: 10681946.

HSL color Cylindrical-coordinate representation of color #5AFEA2: hue angle of 146.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEA2 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB90254162-
CMYK0.6500.360.00
HSL146.34º98.8%67.45%-
HSV(B)146.34º64.57%99.61%-
XYZ46.1875.6746.35-
YUV194.48109.6753.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.79%
GREEN value IS 254 (99.61% from 255) = 50.20%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=17.79%
G=50.20%
B=32.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal902541620.6500.360.00146.3498.867.45
Hex5AFEA2410240926343
Octal1323762421010440222143103
Binary101101011111110101000101000001010010001001001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,254,162); }

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

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

 a { background-color: rgb(90,254,162); }

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

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

 span { border-color: rgb(90,254,162); }

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