#57CAB0

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

Shades of Medium Aquamarine #57CAB0

Tints of Medium Aquamarine #57CAB0

Color information

#57CAB0 (or 0x57CAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 57, CA and B0. RGB value is (87,202,176). Sum of RGB (Red+Green+Blue) = 87+202+176=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #57CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CAB0 is #A8354F. Grayscale: #A4A4A4. Windows color (decimal): -11023696 or 11586135. OLE color: 11586135.

HSL color Cylindrical-coordinate representation of color #57CAB0: hue angle of 166.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CAB0 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB87202176-
CMYK0.5700.130.21
HSL166.43º52.04%56.67%-
HSV(B)166.43º56.93%79.22%-
XYZ32.8947.448.49-
YUV164.65134.472.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.71%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=18.71%
G=43.44%
B=37.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal872021760.5700.130.21166.4352.0456.67
Hex57CAB0390D15a63439
Octal12731226071015252466471
Binary10101111100101010110000111001011011010110100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57CAB0; }

 p { color: rgb(87,202,176); }

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

<style>
 a { background-color: #57CAB0; }

 a { background-color: rgb(87,202,176); }

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

<style>
 span { border-color: #57CAB0; }

 span { border-color: rgb(87,202,176); }

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