#5AFFAF

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

Shades of Medium Aquamarine #5AFFAF

Tints of Medium Aquamarine #5AFFAF

Color information

#5AFFAF (or 0x5AFFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, FF and AF. RGB value is (90,255,175). Sum of RGB (Red+Green+Blue) = 90+255+175=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFFAF is #A50050. Grayscale: #C4C4C4. Windows color (decimal): -10813521 or 11534170. OLE color: 11534170.

HSL color Cylindrical-coordinate representation of color #5AFFAF: hue angle of 150.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFAF is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB90255175-
CMYK0.6500.310
HSL150.91º100%67.65%-
HSV(B)150.91º64.71%100%-
XYZ47.7176.7952.86-
YUV196.54115.8452-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.31%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=17.31%
G=49.04%
B=33.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551750.6500.310150.9110067.65
Hex5AFFAF4101F0976444
Octal1323772571010370227144104
Binary10110101111111110101111100000101111101001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,255,175); }

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

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

 a { background-color: rgb(90,255,175); }

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

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

 span { border-color: rgb(90,255,175); }

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