#55CAB3

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

Shades of Medium Aquamarine #55CAB3

Tints of Medium Aquamarine #55CAB3

Color information

#55CAB3 (or 0x55CAB3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CA and B3. RGB value is (85,202,179). Sum of RGB (Red+Green+Blue) = 85+202+179=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CAB3 is #AA354C. Grayscale: #A4A4A4. Windows color (decimal): -11154765 or 11782741. OLE color: 11782741.

HSL color Cylindrical-coordinate representation of color #55CAB3: hue angle of 168.21º 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 #55CAB3 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB85202179-
CMYK0.5800.110.21
HSL168.21º52.47%56.27%-
HSV(B)168.21º57.92%79.22%-
XYZ3347.4350.06-
YUV164.4136.2471.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.24%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=18.24%
G=43.35%
B=38.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021790.5800.110.21168.2152.4756.27
Hex55CAB33A0B15a83438
Octal12531226372013252506470
Binary10101011100101010110011111010010111010110101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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