#5FF7AC

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

Shades of Medium Aquamarine #5FF7AC

Tints of Medium Aquamarine #5FF7AC

Color information

#5FF7AC (or 0x5FF7AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F7 and AC. RGB value is (95,247,172). Sum of RGB (Red+Green+Blue) = 95+247+172=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF7AC is #A00853. Grayscale: #C1C1C1. Windows color (decimal): -10487892 or 11335519. OLE color: 11335519.

HSL color Cylindrical-coordinate representation of color #5FF7AC: hue angle of 150.39º 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 #5FF7AC is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB95247172-
CMYK0.6200.300.03
HSL150.39º90.48%67.06%-
HSV(B)150.39º61.54%96.86%-
XYZ45.4371.9350.52-
YUV193116.1458.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.48%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=18.48%
G=48.05%
B=33.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952471720.6200.300.03150.3990.4867.06
Hex5FF7AC3E01E3965a43
Octal137367254760363226132103
Binary10111111111011110101100111110011110111001011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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