#55D29D

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

Shades of Medium Aquamarine #55D29D

Tints of Medium Aquamarine #55D29D

Color information

#55D29D (or 0x55D29D) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D2 and 9D. RGB value is (85,210,157). Sum of RGB (Red+Green+Blue) = 85+210+157=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #55D29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D29D is #AA2D62. Grayscale: #A6A6A6. Windows color (decimal): -11152739 or 10342997. OLE color: 10342997.

HSL color Cylindrical-coordinate representation of color #55D29D: hue angle of 154.56º 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 #55D29D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB85210157-
CMYK0.6000.250.18
HSL154.56º58.14%57.84%-
HSV(B)154.56º59.52%82.35%-
XYZ32.8850.4639.9-
YUV166.58122.5969.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 210 (82.42% from 255) = 46.46%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=18.81%
G=46.46%
B=34.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101570.6000.250.18154.5658.1457.84
Hex55D29D3C019129b3a3a
Octal12532223574031222337272
Binary101010111010010100111011111000110011001010011011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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