#55CDA9

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

Shades of Medium Aquamarine #55CDA9

Tints of Medium Aquamarine #55CDA9

Color information

#55CDA9 (or 0x55CDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CD and A9. RGB value is (85,205,169). Sum of RGB (Red+Green+Blue) = 85+205+169=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #55CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CDA9 is #AA3256. Grayscale: #A5A5A5. Windows color (decimal): -11154007 or 11128149. OLE color: 11128149.

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

Color convert

RGB85205169-
CMYK0.5900.180.20
HSL162º54.55%56.86%-
HSV(B)162º58.54%80.39%-
XYZ32.7448.4645.16-
YUV165.02130.2470.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=18.52%
G=44.66%
B=36.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051690.5900.180.2016254.5556.86
Hex55CDA93B01214a23739
Octal12531525173022242426771
Binary101010111001101101010011110110100101010010100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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