#55F296

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

Shades of Medium Aquamarine #55F296

Tints of Medium Aquamarine #55F296

Color information

#55F296 (or 0x55F296) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F2 and 96. RGB value is (85,242,150). Sum of RGB (Red+Green+Blue) = 85+242+150=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #55F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F296 is #AA0D69. Grayscale: #B8B8B8. Windows color (decimal): -11144554 or 9892437. OLE color: 9892437.

HSL color Cylindrical-coordinate representation of color #55F296: hue angle of 144.84º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F296 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB85242150-
CMYK0.6500.380.05
HSL144.84º85.79%64.12%-
HSV(B)144.84º64.88%94.9%-
XYZ4167.6439.75-
YUV184.57108.4956.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.82%
GREEN value IS 242 (94.92% from 255) = 50.73%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=17.82%
G=50.73%
B=31.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852421500.6500.380.05144.8485.7964.12
Hex55F296410265915640
Octal1253622261010465221126100
Binary10101011111001010010110100000101001101011001000110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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