#5FD1AF

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

Shades of Medium Aquamarine #5FD1AF

Tints of Medium Aquamarine #5FD1AF

Color information

#5FD1AF (or 0x5FD1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D1 and AF. RGB value is (95,209,175). Sum of RGB (Red+Green+Blue) = 95+209+175=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD1AF is #A02E50. Grayscale: #ABABAB. Windows color (decimal): -10497617 or 11522399. OLE color: 11522399.

HSL color Cylindrical-coordinate representation of color #5FD1AF: hue angle of 162.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD1AF is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB95209175-
CMYK0.5500.160.18
HSL162.11º55.34%59.61%-
HSV(B)162.11º54.55%81.96%-
XYZ35.2651.1348.57-
YUV171.04130.2373.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.83%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=19.83%
G=43.63%
B=36.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952091750.5500.160.18162.1155.3459.61
Hex5FD1AF3701012a2373c
Octal13732125767020222426774
Binary101111111010001101011111101110100001001010100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,209,175); }

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

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

 a { background-color: rgb(95,209,175); }

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

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

 span { border-color: rgb(95,209,175); }

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