#55CAAD

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

Shades of Medium Aquamarine #55CAAD

Tints of Medium Aquamarine #55CAAD

Color information

#55CAAD (or 0x55CAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CA and AD. RGB value is (85,202,173). Sum of RGB (Red+Green+Blue) = 85+202+173=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAAD is #AA3552. Grayscale: #A3A3A3. Windows color (decimal): -11154771 or 11389525. OLE color: 11389525.

HSL color Cylindrical-coordinate representation of color #55CAAD: hue angle of 165.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAAD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB85202173-
CMYK0.5800.140.21
HSL165.13º52.47%56.27%-
HSV(B)165.13º57.92%79.22%-
XYZ32.4147.1946.94-
YUV163.71133.2471.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.48%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=18.48%
G=43.91%
B=37.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021730.5800.140.21165.1352.4756.27
Hex55CAAD3A0E15a53438
Octal12531225572016252456470
Binary10101011100101010101101111010011101010110100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,173); }

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

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

 a { background-color: rgb(85,202,173); }

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

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

 span { border-color: rgb(85,202,173); }

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