#55FFA3

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

Shades of Medium Aquamarine #55FFA3

Tints of Medium Aquamarine #55FFA3

Color information

#55FFA3 (or 0x55FFA3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FF and A3. RGB value is (85,255,163). Sum of RGB (Red+Green+Blue) = 85+255+163=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFA3 is #AA005C. Grayscale: #C1C1C1. Windows color (decimal): -11141213 or 10747733. OLE color: 10747733.

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

Color convert

RGB85255163-
CMYK0.6700.360
HSL147.53º100%66.67%-
HSV(B)147.53º66.67%100%-
XYZ46.1276.146.91-
YUV193.68110.6850.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.90%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=16.90%
G=50.70%
B=32.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852551630.6700.360147.5310066.67
Hex55FFA3430240946443
Octal1253772431030440224144103
Binary101010111111111101000111000011010010001001010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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