#55E5A1

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

Shades of Medium Aquamarine #55E5A1

Tints of Medium Aquamarine #55E5A1

Color information

#55E5A1 (or 0x55E5A1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E5 and A1. RGB value is (85,229,161). Sum of RGB (Red+Green+Blue) = 85+229+161=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #55E5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E5A1 is #AA1A5E. Grayscale: #B2B2B2. Windows color (decimal): -11147871 or 10610005. OLE color: 10610005.

HSL color Cylindrical-coordinate representation of color #55E5A1: hue angle of 151.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5A1 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB85229161-
CMYK0.6300.300.10
HSL151.67º73.47%61.57%-
HSV(B)151.67º62.88%89.8%-
XYZ38.260.5443.39-
YUV178.19118.2961.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.89%
GREEN value IS 229 (89.84% from 255) = 48.21%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=17.89%
G=48.21%
B=33.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852291610.6300.300.10151.6773.4761.57
Hex55E5A13F01EA98493e
Octal125345241770361223011176
Binary101010111100101101000011111110111101010100110001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55E5A1; }

 p { color: rgb(85,229,161); }

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

<style>
 a { background-color: #55E5A1; }

 a { background-color: rgb(85,229,161); }

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

<style>
 span { border-color: #55E5A1; }

 span { border-color: rgb(85,229,161); }

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