#55E0A9

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

Shades of Medium Aquamarine #55E0A9

Tints of Medium Aquamarine #55E0A9

Color information

#55E0A9 (or 0x55E0A9) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E0 and A9. RGB value is (85,224,169). Sum of RGB (Red+Green+Blue) = 85+224+169=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E0A9 is #AA1F56. Grayscale: #B0B0B0. Windows color (decimal): -11149143 or 11133013. OLE color: 11133013.

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

Color convert

RGB85224169-
CMYK0.6200.250.12
HSL156.26º69.15%60.59%-
HSV(B)156.26º62.05%87.84%-
XYZ37.5658.1146.77-
YUV176.17123.9562.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.78%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=17.78%
G=46.86%
B=35.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241690.6200.250.12156.2669.1560.59
Hex55E0A93E019C9c453d
Octal125340251760311423410575
Binary101010111100000101010011111100110011100100111001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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