#5FF5AB

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

Shades of Medium Aquamarine #5FF5AB

Tints of Medium Aquamarine #5FF5AB

Color information

#5FF5AB (or 0x5FF5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F5 and AB. RGB value is (95,245,171). Sum of RGB (Red+Green+Blue) = 95+245+171=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF5AB is #A00A54. Grayscale: #BFBFBF. Windows color (decimal): -10488405 or 11269471. OLE color: 11269471.

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

Color convert

RGB95245171-
CMYK0.6100.300.04
HSL150.4º88.24%66.67%-
HSV(B)150.4º61.22%96.08%-
XYZ44.7270.6849.81-
YUV191.71116.359.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=18.59%
G=47.95%
B=33.46%

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
Decimal952451710.6100.300.04150.488.2466.67
Hex5FF5AB3D01E4965843
Octal137365253750364226130103
Binary101111111110101101010111111010111101001001011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,245,171); }

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

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

 a { background-color: rgb(95,245,171); }

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

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

 span { border-color: rgb(95,245,171); }

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