#55D796

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

Shades of Medium Aquamarine #55D796

Tints of Medium Aquamarine #55D796

Color information

#55D796 (or 0x55D796) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D7 and 96. RGB value is (85,215,150). Sum of RGB (Red+Green+Blue) = 85+215+150=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #55D796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D796 is #AA2869. Grayscale: #A8A8A8. Windows color (decimal): -11151466 or 9885525. OLE color: 9885525.

HSL color Cylindrical-coordinate representation of color #55D796: hue angle of 150º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D796 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB85215150-
CMYK0.6000.300.16
HSL150º61.9%58.82%-
HSV(B)150º60.47%84.31%-
XYZ33.5552.7337.26-
YUV168.72117.4368.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 215 (84.38% from 255) = 47.78%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=18.89%
G=47.78%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852151500.6000.300.1615061.958.82
Hex55D7963C01E10963e3b
Octal12532722674036202267673
Binary101010111010111100101101111000111101000010010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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