#55D397

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

Shades of Medium Aquamarine #55D397

Tints of Medium Aquamarine #55D397

Color information

#55D397 (or 0x55D397) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D3 and 97. RGB value is (85,211,151). Sum of RGB (Red+Green+Blue) = 85+211+151=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #55D397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D397 is #AA2C68. Grayscale: #A6A6A6. Windows color (decimal): -11152489 or 9950037. OLE color: 9950037.

HSL color Cylindrical-coordinate representation of color #55D397: hue angle of 151.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D397 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB85211151-
CMYK0.6000.280.17
HSL151.43º58.88%58.04%-
HSV(B)151.43º59.72%82.75%-
XYZ32.6350.7537.36-
YUV166.49119.2669.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 211 (82.81% from 255) = 47.20%
BLUE value IS 151 (59.38% from 255) = 33.78%
R=19.02%
G=47.20%
B=33.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal852111510.6000.280.17151.4358.8858.04
Hex55D3973C01C11973b3a
Octal12532322774034212277372
Binary101010111010011100101111111000111001000110010111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,211,151); }

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

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

 a { background-color: rgb(85,211,151); }

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

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

 span { border-color: rgb(85,211,151); }

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