#55FEAB

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

Shades of Medium Aquamarine #55FEAB

Tints of Medium Aquamarine #55FEAB

Color information

#55FEAB (or 0x55FEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FE and AB. RGB value is (85,254,171). Sum of RGB (Red+Green+Blue) = 85+254+171=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEAB is #AA0154. Grayscale: #C2C2C2. Windows color (decimal): -11141461 or 11271765. OLE color: 11271765.

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

Color convert

RGB85254171-
CMYK0.6700.330.00
HSL150.53º98.83%66.47%-
HSV(B)150.53º66.54%99.61%-
XYZ46.5475.7650.7-
YUV194.01115.0150.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.67%
GREEN value IS 254 (99.61% from 255) = 49.80%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=16.67%
G=49.80%
B=33.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541710.6700.330.00150.5398.8366.47
Hex55FEAB430210976342
Octal1253762531030410227143102
Binary101010111111110101010111000011010000101001011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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