#5EFB9B

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

Shades of Medium Aquamarine #5EFB9B

Tints of Medium Aquamarine #5EFB9B

Color information

#5EFB9B (or 0x5EFB9B) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, FB and 9B. RGB value is (94,251,155). Sum of RGB (Red+Green+Blue) = 94+251+155=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFB9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFB9B is #A10464. Grayscale: #C1C1C1. Windows color (decimal): -10552421 or 10222430. OLE color: 10222430.

HSL color Cylindrical-coordinate representation of color #5EFB9B: hue angle of 143.31º 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 #5EFB9B is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB94251155-
CMYK0.6300.380.02
HSL143.31º95.15%67.65%-
HSV(B)143.31º62.55%98.43%-
XYZ45.0373.7442.87-
YUV193.11106.4957.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.8%
GREEN value IS 251 (98.44% from 255) = 50.2%
BLUE value IS 155 (60.94% from 255) = 31%
R=18.8%
G=50.2%
B=31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942511550.6300.380.02143.3195.1567.65
Hex5EFB9B3F02628f5f44
Octal136373233770462217137104
Binary101111011111011100110111111110100110101000111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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