#55FEA3

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

Shades of Medium Aquamarine #55FEA3

Tints of Medium Aquamarine #55FEA3

Color information

#55FEA3 (or 0x55FEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FE and A3. RGB value is (85,254,163). Sum of RGB (Red+Green+Blue) = 85+254+163=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEA3 is #AA015C. Grayscale: #C1C1C1. Windows color (decimal): -11141469 or 10747477. OLE color: 10747477.

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

Color convert

RGB85254163-
CMYK0.6700.360.00
HSL147.69º98.83%66.47%-
HSV(B)147.69º66.54%99.61%-
XYZ45.875.4646.8-
YUV193.09111.0150.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.93%
GREEN value IS 254 (99.61% from 255) = 50.60%
BLUE value IS 163 (64.06% from 255) = 32.47%
R=16.93%
G=50.60%
B=32.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541630.6700.360.00147.6998.8366.47
Hex55FEA3430240946342
Octal1253762431030440224143102
Binary101010111111110101000111000011010010001001010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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