#5FF4AC

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

Shades of Medium Aquamarine #5FF4AC

Tints of Medium Aquamarine #5FF4AC

Color information

#5FF4AC (or 0x5FF4AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F4 and AC. RGB value is (95,244,172). Sum of RGB (Red+Green+Blue) = 95+244+172=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF4AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF4AC is #A00B53. Grayscale: #BFBFBF. Windows color (decimal): -10488660 or 11334751. OLE color: 11334751.

HSL color Cylindrical-coordinate representation of color #5FF4AC: hue angle of 151.01º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF4AC is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB95244172-
CMYK0.6100.300.04
HSL151.01º87.13%66.47%-
HSV(B)151.01º61.07%95.69%-
XYZ44.5270.1150.22-
YUV191.24117.1459.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 244 (95.70% from 255) = 47.75%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=18.59%
G=47.75%
B=33.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal952441720.6100.300.04151.0187.1366.47
Hex5FF4AC3D01E4975742
Octal137364254750364227127102
Binary101111111110100101011001111010111101001001011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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