#5ef2ad

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

Shades of Medium Aquamarine #5EF2AD

Tints of Medium Aquamarine #5EF2AD

Color information

#5EF2AD (or 0x5EF2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, F2 and AD. RGB value is (94,242,173). Sum of RGB (Red+Green+Blue) = 94+242+173=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF2AD is #A10D52. Grayscale: #BEBEBE. Windows color (decimal): -10554707 or 11399774. OLE color: 11399774.

HSL color Cylindrical-coordinate representation of color #5EF2AD: hue angle of 152.03º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF2AD is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB94242173-
CMYK0.6100.290.05
HSL152.03º85.06%65.88%-
HSV(B)152.03º61.16%94.9%-
XYZ43.9168.950.52-
YUV189.88118.4759.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.47%
GREEN value IS 242 (94.92% from 255) = 47.54%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=18.47%
G=47.54%
B=33.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942421730.6100.290.05152.0385.0665.88
Hex5EF2AD3D01D5985542
Octal136362255750355230125102
Binary101111011110010101011011111010111011011001100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ef2ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,242,173); }

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

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

 a { background-color: rgb(94,242,173); }

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

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

 span { border-color: rgb(94,242,173); }

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