#55EFA0

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

Shades of Medium Aquamarine #55EFA0

Tints of Medium Aquamarine #55EFA0

Color information

#55EFA0 (or 0x55EFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 55, EF and A0. RGB value is (85,239,160). Sum of RGB (Red+Green+Blue) = 85+239+160=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EFA0 is #AA105F. Grayscale: #B8B8B8. Windows color (decimal): -11145312 or 10547029. OLE color: 10547029.

HSL color Cylindrical-coordinate representation of color #55EFA0: hue angle of 149.22º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFA0 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB85239160-
CMYK0.6400.330.06
HSL149.22º82.8%63.53%-
HSV(B)149.22º64.44%93.73%-
XYZ40.9666.243.88-
YUV183.95114.4857.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.56%
GREEN value IS 239 (93.75% from 255) = 49.38%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=17.56%
G=49.38%
B=33.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852391600.6400.330.06149.2282.863.53
Hex55EFA0400216955340
Octal1253572401000416225123100
Binary10101011110111110100000100000001000011101001010110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,239,160); }

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

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

 a { background-color: rgb(85,239,160); }

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

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

 span { border-color: rgb(85,239,160); }

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