#55D29C

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

Shades of Medium Aquamarine #55D29C

Tints of Medium Aquamarine #55D29C

Color information

#55D29C (or 0x55D29C) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D2 and 9C. RGB value is (85,210,156). Sum of RGB (Red+Green+Blue) = 85+210+156=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #55D29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D29C is #AA2D63. Grayscale: #A6A6A6. Windows color (decimal): -11152740 or 10277461. OLE color: 10277461.

HSL color Cylindrical-coordinate representation of color #55D29C: hue angle of 154.08º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D29C is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB85210156-
CMYK0.6000.260.18
HSL154.08º58.14%57.84%-
HSV(B)154.08º59.52%82.35%-
XYZ32.7950.4239.46-
YUV166.47122.0969.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 210 (82.42% from 255) = 46.56%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=18.85%
G=46.56%
B=34.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101560.6000.260.18154.0858.1457.84
Hex55D29C3C01A129a3a3a
Octal12532223474032222327272
Binary101010111010010100111001111000110101001010011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,156); }

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

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

 a { background-color: rgb(85,210,156); }

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

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

 span { border-color: rgb(85,210,156); }

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