#55FEAC

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

Shades of Medium Aquamarine #55FEAC

Tints of Medium Aquamarine #55FEAC

Color information

#55FEAC (or 0x55FEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FE and AC. RGB value is (85,254,172). Sum of RGB (Red+Green+Blue) = 85+254+172=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEAC is #AA0153. Grayscale: #C2C2C2. Windows color (decimal): -11141460 or 11337301. OLE color: 11337301.

HSL color Cylindrical-coordinate representation of color #55FEAC: hue angle of 150.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEAC is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB85254172-
CMYK0.6700.320.00
HSL150.89º98.83%66.47%-
HSV(B)150.89º66.54%99.61%-
XYZ46.6375.7951.2-
YUV194.12115.5150.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.63%
GREEN value IS 254 (99.61% from 255) = 49.71%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=16.63%
G=49.71%
B=33.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541720.6700.320.00150.8998.8366.47
Hex55FEAC430200976342
Octal1253762541030400227143102
Binary101010111111110101011001000011010000001001011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,254,172); }

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

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

 a { background-color: rgb(85,254,172); }

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

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

 span { border-color: rgb(85,254,172); }

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