#5AF39F

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

Shades of Medium Aquamarine #5AF39F

Tints of Medium Aquamarine #5AF39F

Color information

#5AF39F (or 0x5AF39F) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F3 and 9F. RGB value is (90,243,159). Sum of RGB (Red+Green+Blue) = 90+243+159=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF39F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF39F is #A50C60. Grayscale: #BBBBBB. Windows color (decimal): -10816609 or 10482522. OLE color: 10482522.

HSL color Cylindrical-coordinate representation of color #5AF39F: hue angle of 147.06º degrees, saturation: 0.86, 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 #5AF39F is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB90243159-
CMYK0.6300.350.05
HSL147.06º86.44%65.29%-
HSV(B)147.06º62.96%95.29%-
XYZ42.5368.7843.84-
YUV187.68111.8158.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.29%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=18.29%
G=49.39%
B=32.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902431590.6300.350.05147.0686.4465.29
Hex5AF39F3F0235935641
Octal132363237770435223126101
Binary1011010111100111001111111111101000111011001001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,159); }

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

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

 a { background-color: rgb(90,243,159); }

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

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

 span { border-color: rgb(90,243,159); }

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