#5FD1AD

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

Shades of Medium Aquamarine #5FD1AD

Tints of Medium Aquamarine #5FD1AD

Color information

#5FD1AD (or 0x5FD1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D1 and AD. RGB value is (95,209,173). Sum of RGB (Red+Green+Blue) = 95+209+173=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD1AD is #A02E52. Grayscale: #AAAAAA. Windows color (decimal): -10497619 or 11391327. OLE color: 11391327.

HSL color Cylindrical-coordinate representation of color #5FD1AD: hue angle of 161.05º 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 #5FD1AD is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB95209173-
CMYK0.5500.170.18
HSL161.05º55.34%59.61%-
HSV(B)161.05º54.55%81.96%-
XYZ35.0651.0547.54-
YUV170.81129.2373.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.92%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=19.92%
G=43.82%
B=36.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952091730.5500.170.18161.0555.3459.61
Hex5FD1AD3701112a1373c
Octal13732125567021222416774
Binary101111111010001101011011101110100011001010100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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