#5EDAAA

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

Shades of Medium Aquamarine #5EDAAA

Tints of Medium Aquamarine #5EDAAA

Color information

#5EDAAA (or 0x5EDAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DA and AA. RGB value is (94,218,170). Sum of RGB (Red+Green+Blue) = 94+218+170=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDAAA is #A12555. Grayscale: #AFAFAF. Windows color (decimal): -10560854 or 11197022. OLE color: 11197022.

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

Color convert

RGB94218170-
CMYK0.5700.220.15
HSL156.77º62.63%61.18%-
HSV(B)156.77º56.88%85.49%-
XYZ36.9455.4246.78-
YUV175.45124.9269.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.50%
GREEN value IS 218 (85.55% from 255) = 45.23%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=19.50%
G=45.23%
B=35.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942181700.5700.220.15156.7762.6361.18
Hex5EDAAA39016F9d3f3d
Octal13633225271026172357775
Binary10111101101101010101010111001010110111110011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,218,170); }

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

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

 a { background-color: rgb(94,218,170); }

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

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

 span { border-color: rgb(94,218,170); }

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