#55E8A0

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

Shades of Medium Aquamarine #55E8A0

Tints of Medium Aquamarine #55E8A0

Color information

#55E8A0 (or 0x55E8A0) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E8 and A0. RGB value is (85,232,160). Sum of RGB (Red+Green+Blue) = 85+232+160=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E8A0 is #AA175F. Grayscale: #B3B3B3. Windows color (decimal): -11147104 or 10545237. OLE color: 10545237.

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

Color convert

RGB85232160-
CMYK0.6300.310.09
HSL150.61º76.17%62.16%-
HSV(B)150.61º63.36%90.98%-
XYZ38.9562.1843.21-
YUV179.84116.860.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.82%
GREEN value IS 232 (91.02% from 255) = 48.64%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=17.82%
G=48.64%
B=33.54%

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
Decimal852321600.6300.310.09150.6176.1762.16
Hex55E8A03F01F9974c3e
Octal125350240770371122711476
Binary101010111101000101000001111110111111001100101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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