#55FEA8

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

Shades of Medium Aquamarine #55FEA8

Tints of Medium Aquamarine #55FEA8

Color information

#55FEA8 (or 0x55FEA8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FE and A8. RGB value is (85,254,168). Sum of RGB (Red+Green+Blue) = 85+254+168=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEA8 is #AA0157. Grayscale: #C1C1C1. Windows color (decimal): -11141464 or 11075157. OLE color: 11075157.

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

Color convert

RGB85254168-
CMYK0.6700.340.00
HSL149.47º98.83%66.47%-
HSV(B)149.47º66.54%99.61%-
XYZ46.2675.6449.21-
YUV193.66113.5150.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.77%
GREEN value IS 254 (99.61% from 255) = 50.10%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=16.77%
G=50.10%
B=33.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541680.6700.340.00149.4798.8366.47
Hex55FEA8430220956342
Octal1253762501030420225143102
Binary101010111111110101010001000011010001001001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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