#5AF299

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

Shades of Medium Aquamarine #5AF299

Tints of Medium Aquamarine #5AF299

Color information

#5AF299 (or 0x5AF299) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F2 and 99. RGB value is (90,242,153). Sum of RGB (Red+Green+Blue) = 90+242+153=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF299 is #A50D66. Grayscale: #BABABA. Windows color (decimal): -10816871 or 10089050. OLE color: 10089050.

HSL color Cylindrical-coordinate representation of color #5AF299: hue angle of 144.87º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF299 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB90242153-
CMYK0.6300.370.05
HSL144.87º85.39%65.1%-
HSV(B)144.87º62.81%94.9%-
XYZ41.7267.9841.06-
YUV186.41109.1459.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.56%
GREEN value IS 242 (94.92% from 255) = 49.90%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=18.56%
G=49.90%
B=31.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902421530.6300.370.05144.8785.3965.1
Hex5AF2993F0255915541
Octal132362231770455221125101
Binary1011010111100101001100111111101001011011001000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,242,153); }

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

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

 a { background-color: rgb(90,242,153); }

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

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

 span { border-color: rgb(90,242,153); }

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