#55CD9D

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

Shades of Medium Aquamarine #55CD9D

Tints of Medium Aquamarine #55CD9D

Color information

#55CD9D (or 0x55CD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CD and 9D. RGB value is (85,205,157). Sum of RGB (Red+Green+Blue) = 85+205+157=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CD9D is #AA3262. Grayscale: #A3A3A3. Windows color (decimal): -11154019 or 10341717. OLE color: 10341717.

HSL color Cylindrical-coordinate representation of color #55CD9D: hue angle of 156º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD9D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB85205157-
CMYK0.5900.230.20
HSL156º54.55%56.86%-
HSV(B)156º58.54%80.39%-
XYZ31.6648.0339.5-
YUV163.65124.2471.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=19.02%
G=45.86%
B=35.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051570.5900.230.2015654.5556.86
Hex55CD9D3B017149c3739
Octal12531523573027242346771
Binary101010111001101100111011110110101111010010011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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