#5FEDA5

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

Shades of Medium Aquamarine #5FEDA5

Tints of Medium Aquamarine #5FEDA5

Color information

#5FEDA5 (or 0x5FEDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, ED and A5. RGB value is (95,237,165). Sum of RGB (Red+Green+Blue) = 95+237+165=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEDA5 is #A0125A. Grayscale: #BABABA. Windows color (decimal): -10490459 or 10874207. OLE color: 10874207.

HSL color Cylindrical-coordinate representation of color #5FEDA5: hue angle of 149.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEDA5 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB95237165-
CMYK0.6000.300.07
HSL149.58º79.78%65.1%-
HSV(B)149.58º59.92%92.94%-
XYZ41.865.7246.08-
YUV186.33115.9662.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.11%
GREEN value IS 237 (92.97% from 255) = 47.69%
BLUE value IS 165 (64.84% from 255) = 33.20%
R=19.11%
G=47.69%
B=33.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952371650.6000.300.07149.5879.7865.1
Hex5FEDA53C01E7965041
Octal137355245740367226120101
Binary101111111101101101001011111000111101111001011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,237,165); }

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

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

 a { background-color: rgb(95,237,165); }

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

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

 span { border-color: rgb(95,237,165); }

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