Html Css Color HEX #57CDB0 Medium Aquamarine

📋 copy color: '#57CDB0'

red 87 ◦ green 205 ◦ blue 176

#57CDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #57CDB0

Tints of Medium Aquamarine #57CDB0

RGB

 RED value IS 87 (34.38% from 255) = 18.59%

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 18.59%
G = 43.8%
B = 37.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#57CDB0 (or 0x57CDB0) is known color: Medium Aquamarine. HEX triplet: 57, CD and B0. RGB value is (87,205,176). Sum of RGB (Red+Green+Blue) = 87+205+176=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CDB0 is #A8324F. Grayscale: #A6A6A6. Windows color (decimal): -11022928 or 11586903. OLE color: 11586903.

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

Color convert

RGB 87 205 176 -
CMYK 0.58 0 0.14 0.20
HSL 165.25º 0.54% 0.57% -
HSV(B) 165.25º 0.58% 0.8% -
XYZ 33.6 48.82 48.73 -
YUV 166.41 133.41 71.36 -
System Red Green Blue C M Y K H S L
Decimal 87 205 176 0.58 0 0.14 0.20 165.25 0.54 0.57
Hex 57 CD B0 3A 0 E 14 A5 36 39
Octal 127 315 260 72 0 16 24 245 66 71
Binary 1010111 11001101 10110000 111010 0 1110 10100 10100101 110110 111001

Color Harmonies of #57CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDB0

Black with #57CDB0

Text Example


Text Example

White with #57CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57CDB0;
 }
 .AnyTagClassName
 {
   color: #57CDB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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