#5AF9A2

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

Shades of Medium Aquamarine #5AF9A2

Tints of Medium Aquamarine #5AF9A2

Color information

#5AF9A2 (or 0x5AF9A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F9 and A2. RGB value is (90,249,162). Sum of RGB (Red+Green+Blue) = 90+249+162=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF9A2 is #A5065D. Grayscale: #BFBFBF. Windows color (decimal): -10815070 or 10680666. OLE color: 10680666.

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

Color convert

RGB90249162-
CMYK0.6400.350.02
HSL147.17º92.98%66.47%-
HSV(B)147.17º63.86%97.65%-
XYZ44.6172.5345.83-
YUV191.54111.3255.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.96%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 162 (63.67% from 255) = 32.34%
R=17.96%
G=49.70%
B=32.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902491620.6400.350.02147.1792.9866.47
Hex5AF9A2400232935d42
Octal1323712421000432223135102
Binary1011010111110011010001010000000100011101001001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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