#55E89B

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

Shades of Medium Aquamarine #55E89B

Tints of Medium Aquamarine #55E89B

Color information

#55E89B (or 0x55E89B) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E8 and 9B. RGB value is (85,232,155). Sum of RGB (Red+Green+Blue) = 85+232+155=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #55E89B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E89B is #AA1764. Grayscale: #B3B3B3. Windows color (decimal): -11147109 or 10217557. OLE color: 10217557.

HSL color Cylindrical-coordinate representation of color #55E89B: hue angle of 148.57º 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 #55E89B is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB85232155-
CMYK0.6300.330.09
HSL148.57º76.17%62.16%-
HSV(B)148.57º63.36%90.98%-
XYZ38.5262.0140.95-
YUV179.27114.360.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 232 (91.02% from 255) = 49.15%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=18.01%
G=49.15%
B=32.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852321550.6300.330.09148.5776.1762.16
Hex55E89B3F0219954c3e
Octal125350233770411122511476
Binary1010101111010001001101111111101000011001100101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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