#5EFAAC

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

Shades of Medium Aquamarine #5EFAAC

Tints of Medium Aquamarine #5EFAAC

Color information

#5EFAAC (or 0x5EFAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, FA and AC. RGB value is (94,250,172). Sum of RGB (Red+Green+Blue) = 94+250+172=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFAAC is #A10553. Grayscale: #C2C2C2. Windows color (decimal): -10552660 or 11336286. OLE color: 11336286.

HSL color Cylindrical-coordinate representation of color #5EFAAC: hue angle of 150º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAAC is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB94250172-
CMYK0.6200.310.02
HSL150º93.98%67.45%-
HSV(B)150º62.4%98.04%-
XYZ46.2573.7350.82-
YUV194.46115.3256.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.22%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=18.22%
G=48.45%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942501720.6200.310.0215093.9867.45
Hex5EFAAC3E01F2965e43
Octal136372254760372226136103
Binary10111101111101010101100111110011111101001011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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