#5EFBAA

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

Shades of Medium Aquamarine #5EFBAA

Tints of Medium Aquamarine #5EFBAA

Color information

#5EFBAA (or 0x5EFBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, FB and AA. RGB value is (94,251,170). Sum of RGB (Red+Green+Blue) = 94+251+170=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFBAA is #A10455. Grayscale: #C2C2C2. Windows color (decimal): -10552406 or 11205470. OLE color: 11205470.

HSL color Cylindrical-coordinate representation of color #5EFBAA: hue angle of 149.04º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFBAA is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB94251170-
CMYK0.6300.320.02
HSL149.04º95.15%67.65%-
HSV(B)149.04º62.55%98.43%-
XYZ46.3774.2849.92-
YUV194.82113.9956.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.25%
GREEN value IS 251 (98.44% from 255) = 48.74%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=18.25%
G=48.74%
B=33.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942511700.6300.320.02149.0495.1567.65
Hex5EFBAA3F0202955f44
Octal136373252770402225137104
Binary101111011111011101010101111110100000101001010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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