#57CDB5

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

Shades of Medium Aquamarine #57CDB5

Tints of Medium Aquamarine #57CDB5

Color information

#57CDB5 (or 0x57CDB5) is unknown color: approx Medium Aquamarine. HEX triplet: 57, CD and B5. RGB value is (87,205,181). Sum of RGB (Red+Green+Blue) = 87+205+181=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDB5 is #A8324A. Grayscale: #A6A6A6. Windows color (decimal): -11022923 or 11914583. OLE color: 11914583.

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

Color convert

RGB87205181-
CMYK0.5800.120.20
HSL167.8º54.13%57.25%-
HSV(B)167.8º57.56%80.39%-
XYZ34.149.0351.38-
YUV166.98135.9170.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.39%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=18.39%
G=43.34%
B=38.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872051810.5800.120.20167.854.1357.25
Hex57CDB53A0C14a83639
Octal12731526572014242506671
Binary10101111100110110110101111010011001010010101000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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