#55CCAC

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

Shades of Medium Aquamarine #55CCAC

Tints of Medium Aquamarine #55CCAC

Color information

#55CCAC (or 0x55CCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CC and AC. RGB value is (85,204,172). Sum of RGB (Red+Green+Blue) = 85+204+172=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCAC is #AA3353. Grayscale: #A4A4A4. Windows color (decimal): -11154260 or 11324501. OLE color: 11324501.

HSL color Cylindrical-coordinate representation of color #55CCAC: hue angle of 163.87º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCAC is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB85204172-
CMYK0.5800.160.2
HSL163.87º53.85%56.67%-
HSV(B)163.87º58.33%80%-
XYZ32.7948.146.59-
YUV164.77132.0871.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=18.44%
G=44.25%
B=37.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal852041720.5800.160.2163.8753.8556.67
Hex55CCAC3A01014a43639
Octal12531425472020242446671
Binary101010111001100101011001110100100001010010100100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,204,172); }

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

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

 a { background-color: rgb(85,204,172); }

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

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

 span { border-color: rgb(85,204,172); }

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