#5AF494

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

Shades of Medium Aquamarine #5AF494

Tints of Medium Aquamarine #5AF494

Color information

#5AF494 (or 0x5AF494) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F4 and 94. RGB value is (90,244,148). Sum of RGB (Red+Green+Blue) = 90+244+148=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF494 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF494 is #A50B6B. Grayscale: #BBBBBB. Windows color (decimal): -10816364 or 9761882. OLE color: 9761882.

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

Color convert

RGB90244148-
CMYK0.6300.390.04
HSL142.6º87.5%65.49%-
HSV(B)142.6º63.11%95.69%-
XYZ41.9169.0139.13-
YUV187.01105.9858.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 244 (95.70% from 255) = 50.62%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=18.67%
G=50.62%
B=30.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902441480.6300.390.04142.687.565.49
Hex5AF4943F02748f5841
Octal132364224770474217130101
Binary1011010111101001001010011111101001111001000111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,244,148); }

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

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

 a { background-color: rgb(90,244,148); }

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

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

 span { border-color: rgb(90,244,148); }

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