#5EEBAC

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

Shades of Medium Aquamarine #5EEBAC

Tints of Medium Aquamarine #5EEBAC

Color information

#5EEBAC (or 0x5EEBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, EB and AC. RGB value is (94,235,172). Sum of RGB (Red+Green+Blue) = 94+235+172=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEBAC is #A11453. Grayscale: #B9B9B9. Windows color (decimal): -10556500 or 11332446. OLE color: 11332446.

HSL color Cylindrical-coordinate representation of color #5EEBAC: hue angle of 153.19º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBAC is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB94235172-
CMYK0.600.270.08
HSL153.19º77.9%64.51%-
HSV(B)153.19º60%92.16%-
XYZ41.7764.7749.33-
YUV185.66120.2962.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.76%
GREEN value IS 235 (92.19% from 255) = 46.91%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=18.76%
G=46.91%
B=34.33%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal942351720.600.270.08153.1977.964.51
Hex5EEBAC3C01B8994e41
Octal1363532547403310231116101
Binary1011110111010111010110011110001101110001001100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,235,172); }

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

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

 a { background-color: rgb(94,235,172); }

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

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

 span { border-color: rgb(94,235,172); }

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