#55ECA5

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

Shades of Medium Aquamarine #55ECA5

Tints of Medium Aquamarine #55ECA5

Color information

#55ECA5 (or 0x55ECA5) is unknown color: approx Medium Aquamarine. HEX triplet: 55, EC and A5. RGB value is (85,236,165). Sum of RGB (Red+Green+Blue) = 85+236+165=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ECA5 is #AA135A. Grayscale: #B6B6B6. Windows color (decimal): -11146075 or 10873941. OLE color: 10873941.

HSL color Cylindrical-coordinate representation of color #55ECA5: hue angle of 151.79º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECA5 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB85236165-
CMYK0.6400.300.07
HSL151.79º79.89%62.94%-
HSV(B)151.79º63.98%92.55%-
XYZ40.5364.6445.94-
YUV182.76117.9758.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.49%
GREEN value IS 236 (92.58% from 255) = 48.56%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=17.49%
G=48.56%
B=33.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852361650.6400.300.07151.7979.8962.94
Hex55ECA54001E798503f
Octal125354245100036723012077
Binary101010111101100101001011000000011110111100110001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,236,165); }

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

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

 a { background-color: rgb(85,236,165); }

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

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

 span { border-color: rgb(85,236,165); }

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