#55D89A

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

Shades of Medium Aquamarine #55D89A

Tints of Medium Aquamarine #55D89A

Color information

#55D89A (or 0x55D89A) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D8 and 9A. RGB value is (85,216,154). Sum of RGB (Red+Green+Blue) = 85+216+154=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #55D89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D89A is #AA2765. Grayscale: #A9A9A9. Windows color (decimal): -11151206 or 10147925. OLE color: 10147925.

HSL color Cylindrical-coordinate representation of color #55D89A: hue angle of 151.6º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D89A is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB85216154-
CMYK0.6100.290.15
HSL151.6º62.68%59.02%-
HSV(B)151.6º60.65%84.71%-
XYZ34.1353.3839.08-
YUV169.76119.167.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=18.68%
G=47.47%
B=33.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161540.6100.290.15151.662.6859.02
Hex55D89A3D01DF983f3b
Octal12533023275035172307773
Binary10101011101100010011010111101011101111110011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,154); }

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

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

 a { background-color: rgb(85,216,154); }

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

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

 span { border-color: rgb(85,216,154); }

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