#55CDA3

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

Shades of Medium Aquamarine #55CDA3

Tints of Medium Aquamarine #55CDA3

Color information

#55CDA3 (or 0x55CDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CD and A3. RGB value is (85,205,163). Sum of RGB (Red+Green+Blue) = 85+205+163=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #55CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CDA3 is #AA325C. Grayscale: #A4A4A4. Windows color (decimal): -11154013 or 10734933. OLE color: 10734933.

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

Color convert

RGB85205163-
CMYK0.5900.200.20
HSL159º54.55%56.86%-
HSV(B)159º58.54%80.39%-
XYZ32.1948.2442.26-
YUV164.33127.2471.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=18.76%
G=45.25%
B=35.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051630.5900.200.2015954.5556.86
Hex55CDA33B014149f3739
Octal12531524373024242376771
Binary101010111001101101000111110110101001010010011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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