#5AFAA5

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

Shades of Medium Aquamarine #5AFAA5

Tints of Medium Aquamarine #5AFAA5

Color information

#5AFAA5 (or 0x5AFAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, FA and A5. RGB value is (90,250,165). Sum of RGB (Red+Green+Blue) = 90+250+165=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFAA5 is #A5055A. Grayscale: #C0C0C0. Windows color (decimal): -10814811 or 10877530. OLE color: 10877530.

HSL color Cylindrical-coordinate representation of color #5AFAA5: hue angle of 148.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAA5 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB90250165-
CMYK0.6400.340.02
HSL148.12º94.12%66.67%-
HSV(B)148.12º64%98.04%-
XYZ45.1973.2647.36-
YUV192.47112.4954.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.82%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=17.82%
G=49.50%
B=32.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902501650.6400.340.02148.1294.1266.67
Hex5AFAA5400222945e43
Octal1323722451000422224136103
Binary1011010111110101010010110000000100010101001010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,250,165); }

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

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

 a { background-color: rgb(90,250,165); }

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

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

 span { border-color: rgb(90,250,165); }

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