#55ED96

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

Shades of Medium Aquamarine #55ED96

Tints of Medium Aquamarine #55ED96

Color information

#55ED96 (or 0x55ED96) is unknown color: approx Medium Aquamarine. HEX triplet: 55, ED and 96. RGB value is (85,237,150). Sum of RGB (Red+Green+Blue) = 85+237+150=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED96 is #AA1269. Grayscale: #B5B5B5. Windows color (decimal): -11145834 or 9891157. OLE color: 9891157.

HSL color Cylindrical-coordinate representation of color #55ED96: hue angle of 145.66º degrees, saturation: 0.81, 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 #55ED96 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB85237150-
CMYK0.6400.370.07
HSL145.66º80.85%63.14%-
HSV(B)145.66º64.14%92.94%-
XYZ39.5464.739.26-
YUV181.63110.1459.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 237 (92.97% from 255) = 50.21%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=18.01%
G=50.21%
B=31.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852371500.6400.370.07145.6680.8563.14
Hex55ED9640025792513f
Octal125355226100045722212177
Binary1010101111011011001011010000000100101111100100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,237,150); }

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

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

 a { background-color: rgb(85,237,150); }

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

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

 span { border-color: rgb(85,237,150); }

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