#55CAB2

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

Shades of Medium Aquamarine #55CAB2

Tints of Medium Aquamarine #55CAB2

Color information

#55CAB2 (or 0x55CAB2) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CA and B2. RGB value is (85,202,178). Sum of RGB (Red+Green+Blue) = 85+202+178=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAB2 is #AA354D. Grayscale: #A4A4A4. Windows color (decimal): -11154766 or 11717205. OLE color: 11717205.

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

Color convert

RGB85202178-
CMYK0.5800.120.21
HSL167.69º52.47%56.27%-
HSV(B)167.69º57.92%79.22%-
XYZ32.947.3949.53-
YUV164.28135.7471.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=18.28%
G=43.44%
B=38.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021780.5800.120.21167.6952.4756.27
Hex55CAB23A0C15a83438
Octal12531226272014252506470
Binary10101011100101010110010111010011001010110101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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