#55D69C

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

Shades of Medium Aquamarine #55D69C

Tints of Medium Aquamarine #55D69C

Color information

#55D69C (or 0x55D69C) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D6 and 9C. RGB value is (85,214,156). Sum of RGB (Red+Green+Blue) = 85+214+156=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #55D69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D69C is #AA2963. Grayscale: #A8A8A8. Windows color (decimal): -11151716 or 10278485. OLE color: 10278485.

HSL color Cylindrical-coordinate representation of color #55D69C: hue angle of 153.02º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D69C is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB85214156-
CMYK0.6000.270.16
HSL153.02º61.14%58.63%-
HSV(B)153.02º60.28%83.92%-
XYZ33.7952.4239.79-
YUV168.82120.7668.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=18.68%
G=47.03%
B=34.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141560.6000.270.16153.0261.1458.63
Hex55D69C3C01B10993d3b
Octal12532623474033202317573
Binary101010111010110100111001111000110111000010011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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