#55E0A3

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

Shades of Medium Aquamarine #55E0A3

Tints of Medium Aquamarine #55E0A3

Color information

#55E0A3 (or 0x55E0A3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E0 and A3. RGB value is (85,224,163). Sum of RGB (Red+Green+Blue) = 85+224+163=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E0A3 is #AA1F5C. Grayscale: #AFAFAF. Windows color (decimal): -11149149 or 10739797. OLE color: 10739797.

HSL color Cylindrical-coordinate representation of color #55E0A3: hue angle of 153.67º 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 #55E0A3 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB85224163-
CMYK0.6200.270.12
HSL153.67º69.15%60.59%-
HSV(B)153.67º62.05%87.84%-
XYZ37.0157.8943.87-
YUV175.48120.9563.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 224 (87.89% from 255) = 47.46%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=18.01%
G=47.46%
B=34.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241630.6200.270.12153.6769.1560.59
Hex55E0A33E01BC9a453d
Octal125340243760331423210575
Binary101010111100000101000111111100110111100100110101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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