#5FD1A0

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

Shades of Medium Aquamarine #5FD1A0

Tints of Medium Aquamarine #5FD1A0

Color information

#5FD1A0 (or 0x5FD1A0) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D1 and A0. RGB value is (95,209,160). Sum of RGB (Red+Green+Blue) = 95+209+160=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD1A0 is #A02E5F. Grayscale: #A9A9A9. Windows color (decimal): -10497632 or 10539359. OLE color: 10539359.

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

Color convert

RGB95209160-
CMYK0.5500.230.18
HSL154.21º55.34%59.61%-
HSV(B)154.21º54.55%81.96%-
XYZ33.8650.5741.23-
YUV169.33122.7374.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.47%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=20.47%
G=45.04%
B=34.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952091600.5500.230.18154.2155.3459.61
Hex5FD1A037017129a373c
Octal13732124067027222326774
Binary101111111010001101000001101110101111001010011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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