#55E0A1

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

Shades of Medium Aquamarine #55E0A1

Tints of Medium Aquamarine #55E0A1

Color information

#55E0A1 (or 0x55E0A1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E0 and A1. RGB value is (85,224,161). Sum of RGB (Red+Green+Blue) = 85+224+161=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E0A1 is #AA1F5E. Grayscale: #AFAFAF. Windows color (decimal): -11149151 or 10608725. OLE color: 10608725.

HSL color Cylindrical-coordinate representation of color #55E0A1: hue angle of 152.81º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0A1 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB85224161-
CMYK0.6200.280.12
HSL152.81º69.15%60.59%-
HSV(B)152.81º62.05%87.84%-
XYZ36.8357.8242.94-
YUV175.26119.9563.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 224 (87.89% from 255) = 47.66%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=18.09%
G=47.66%
B=34.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241610.6200.280.12152.8169.1560.59
Hex55E0A13E01CC99453d
Octal125340241760341423110575
Binary101010111100000101000011111100111001100100110011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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