#55E099

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

Shades of Medium Aquamarine #55E099

Tints of Medium Aquamarine #55E099

Color information

#55E099 (or 0x55E099) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E0 and 99. RGB value is (85,224,153). Sum of RGB (Red+Green+Blue) = 85+224+153=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #55E099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E099 is #AA1F66. Grayscale: #AEAEAE. Windows color (decimal): -11149159 or 10084437. OLE color: 10084437.

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

Color convert

RGB85224153-
CMYK0.6200.320.12
HSL149.35º69.15%60.59%-
HSV(B)149.35º62.05%87.84%-
XYZ36.1557.5439.34-
YUV174.34115.9564.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.40%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=18.40%
G=48.48%
B=33.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241530.6200.320.12149.3569.1560.59
Hex55E0993E020C95453d
Octal125340231760401422510575
Binary1010101111000001001100111111001000001100100101011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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