#55E8A1

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

Shades of Medium Aquamarine #55E8A1

Tints of Medium Aquamarine #55E8A1

Color information

#55E8A1 (or 0x55E8A1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E8 and A1. RGB value is (85,232,161). Sum of RGB (Red+Green+Blue) = 85+232+161=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E8A1 is #AA175E. Grayscale: #B4B4B4. Windows color (decimal): -11147103 or 10610773. OLE color: 10610773.

HSL color Cylindrical-coordinate representation of color #55E8A1: hue angle of 151.02º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E8A1 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB85232161-
CMYK0.6300.310.09
HSL151.02º76.17%62.16%-
HSV(B)151.02º63.36%90.98%-
XYZ39.0462.2243.67-
YUV179.95117.360.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.78%
GREEN value IS 232 (91.02% from 255) = 48.54%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=17.78%
G=48.54%
B=33.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852321610.6300.310.09151.0276.1762.16
Hex55E8A13F01F9974c3e
Octal125350241770371122711476
Binary101010111101000101000011111110111111001100101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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