#57DDB0

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

Shades of Medium Aquamarine #57DDB0

Tints of Medium Aquamarine #57DDB0

Color information

#57DDB0 (or 0x57DDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 57, DD and B0. RGB value is (87,221,176). Sum of RGB (Red+Green+Blue) = 87+221+176=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DDB0 is #A8224F. Grayscale: #AFAFAF. Windows color (decimal): -11018832 or 11590999. OLE color: 11590999.

HSL color Cylindrical-coordinate representation of color #57DDB0: hue angle of 159.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDB0 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB87221176-
CMYK0.6100.200.13
HSL159.85º66.34%60.39%-
HSV(B)159.85º60.63%86.67%-
XYZ37.6256.8750.07-
YUV175.8128.1164.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.98%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=17.98%
G=45.66%
B=36.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872211760.6100.200.13159.8566.3460.39
Hex57DDB03D014Da0423c
Octal127335260750241524010274
Binary101011111011101101100001111010101001101101000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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