#5FD8A1

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

Shades of Medium Aquamarine #5FD8A1

Tints of Medium Aquamarine #5FD8A1

Color information

#5FD8A1 (or 0x5FD8A1) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D8 and A1. RGB value is (95,216,161). Sum of RGB (Red+Green+Blue) = 95+216+161=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD8A1 is #A0275E. Grayscale: #ADADAD. Windows color (decimal): -10495839 or 10606687. OLE color: 10606687.

HSL color Cylindrical-coordinate representation of color #5FD8A1: hue angle of 152.73º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD8A1 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB95216161-
CMYK0.5600.250.15
HSL152.73º60.8%60.98%-
HSV(B)152.73º56.02%84.71%-
XYZ35.7154.1242.28-
YUV173.55120.9171.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 216 (84.77% from 255) = 45.76%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=20.13%
G=45.76%
B=34.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952161610.5600.250.15152.7360.860.98
Hex5FD8A138019F993d3d
Octal13733024170031172317575
Binary10111111101100010100001111000011001111110011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,216,161); }

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

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

 a { background-color: rgb(95,216,161); }

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

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

 span { border-color: rgb(95,216,161); }

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