#55D9A8

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

Shades of Medium Aquamarine #55D9A8

Tints of Medium Aquamarine #55D9A8

Color information

#55D9A8 (or 0x55D9A8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D9 and A8. RGB value is (85,217,168). Sum of RGB (Red+Green+Blue) = 85+217+168=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D9A8 is #AA2657. Grayscale: #ACACAC. Windows color (decimal): -11150936 or 11065685. OLE color: 11065685.

HSL color Cylindrical-coordinate representation of color #55D9A8: hue angle of 157.73º 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 #55D9A8 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB85217168-
CMYK0.6100.230.15
HSL157.73º63.46%59.22%-
HSV(B)157.73º60.83%85.1%-
XYZ35.6354.3845.67-
YUV171.95125.7765.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 217 (85.16% from 255) = 46.17%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=18.09%
G=46.17%
B=35.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852171680.6100.230.15157.7363.4659.22
Hex55D9A83D017F9e3f3b
Octal12533125075027172367773
Binary10101011101100110101000111101010111111110011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,217,168); }

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

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

 a { background-color: rgb(85,217,168); }

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

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

 span { border-color: rgb(85,217,168); }

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