#5FF7AA

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

Shades of Medium Aquamarine #5FF7AA

Tints of Medium Aquamarine #5FF7AA

Color information

#5FF7AA (or 0x5FF7AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F7 and AA. RGB value is (95,247,170). Sum of RGB (Red+Green+Blue) = 95+247+170=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF7AA is #A00855. Grayscale: #C0C0C0. Windows color (decimal): -10487894 or 11204447. OLE color: 11204447.

HSL color Cylindrical-coordinate representation of color #5FF7AA: hue angle of 149.61º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7AA is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB95247170-
CMYK0.6200.310.03
HSL149.61º90.48%67.06%-
HSV(B)149.61º61.54%96.86%-
XYZ45.2471.8649.52-
YUV192.77115.1458.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.55%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=18.55%
G=48.24%
B=33.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952471700.6200.310.03149.6190.4867.06
Hex5FF7AA3E01F3965a43
Octal137367252760373226132103
Binary10111111111011110101010111110011111111001011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,247,170); }

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

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

 a { background-color: rgb(95,247,170); }

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

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

 span { border-color: rgb(95,247,170); }

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