#57CDA4

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

Shades of Medium Aquamarine #57CDA4

Tints of Medium Aquamarine #57CDA4

Color information

#57CDA4 (or 0x57CDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 57, CD and A4. RGB value is (87,205,164). Sum of RGB (Red+Green+Blue) = 87+205+164=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CDA4 is #A8325B. Grayscale: #A5A5A5. Windows color (decimal): -11022940 or 10800471. OLE color: 10800471.

HSL color Cylindrical-coordinate representation of color #57CDA4: hue angle of 159.15º 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 #57CDA4 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB87205164-
CMYK0.5800.20.20
HSL159.15º54.13%57.25%-
HSV(B)159.15º57.56%80.39%-
XYZ32.4648.3742.75-
YUV165.04127.4172.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.08%
GREEN value IS 205 (80.47% from 255) = 44.96%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=19.08%
G=44.96%
B=35.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872051640.5800.20.20159.1554.1357.25
Hex57CDA43A014149f3639
Octal12731524472024242376671
Binary101011111001101101001001110100101001010010011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,205,164); }

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

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

 a { background-color: rgb(87,205,164); }

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

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

 span { border-color: rgb(87,205,164); }

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