#5EEDAF

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

Shades of Medium Aquamarine #5EEDAF

Tints of Medium Aquamarine #5EEDAF

Color information

#5EEDAF (or 0x5EEDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, ED and AF. RGB value is (94,237,175). Sum of RGB (Red+Green+Blue) = 94+237+175=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEDAF is #A11250. Grayscale: #BBBBBB. Windows color (decimal): -10555985 or 11529566. OLE color: 11529566.

HSL color Cylindrical-coordinate representation of color #5EEDAF: hue angle of 153.99º 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 #5EEDAF is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB94237175-
CMYK0.6000.260.07
HSL153.99º79.89%64.9%-
HSV(B)153.99º60.34%92.94%-
XYZ42.6466.0451.06-
YUV187.18121.1261.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.58%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=18.58%
G=46.84%
B=34.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942371750.6000.260.07153.9979.8964.9
Hex5EEDAF3C01A79a5041
Octal136355257740327232120101
Binary101111011101101101011111111000110101111001101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,237,175); }

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

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

 a { background-color: rgb(94,237,175); }

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

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

 span { border-color: rgb(94,237,175); }

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