#5AF6A2

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

Shades of Medium Aquamarine #5AF6A2

Tints of Medium Aquamarine #5AF6A2

Color information

#5AF6A2 (or 0x5AF6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F6 and A2. RGB value is (90,246,162). Sum of RGB (Red+Green+Blue) = 90+246+162=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF6A2 is #A5095D. Grayscale: #BDBDBD. Windows color (decimal): -10815838 or 10679898. OLE color: 10679898.

HSL color Cylindrical-coordinate representation of color #5AF6A2: hue angle of 147.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6A2 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB90246162-
CMYK0.6300.340.04
HSL147.69º89.66%65.88%-
HSV(B)147.69º63.41%96.47%-
XYZ43.6970.6945.52-
YUV189.78112.3256.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.07%
GREEN value IS 246 (96.48% from 255) = 49.40%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=18.07%
G=49.40%
B=32.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902461620.6300.340.04147.6989.6665.88
Hex5AF6A23F0224945a42
Octal132366242770424224132102
Binary1011010111101101010001011111101000101001001010010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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