Html Css Color HEX #57CBA0 Medium Aquamarine

📋 copy color: '#57CBA0'

red 87 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #57CBA0

Tints of Medium Aquamarine #57CBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 19.33%
G = 45.11%
B = 35.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#57CBA0 (or 0x57CBA0) is known color: Medium Aquamarine. HEX triplet: 57, CB and A0. RGB value is (87,203,160). Sum of RGB (Red+Green+Blue) = 87+203+160=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CBA0 is #A8345F. Grayscale: #A3A3A3. Windows color (decimal): -11023456 or 10537815. OLE color: 10537815.

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

Color convert

RGB 87 203 160 -
CMYK 0.57 0 0.21 0.20
HSL 157.76º 0.53% 0.57% -
HSV(B) 157.76º 0.57% 0.8% -
XYZ 31.63 47.28 40.72 -
YUV 163.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 87 203 160 0.57 0 0.21 0.20 157.76 0.53 0.57
Hex 57 CB A0 39 0 15 14 9E 35 39
Octal 127 313 240 71 0 25 24 236 65 71
Binary 1010111 11001011 10100000 111001 0 10101 10100 10011110 110101 111001

Color Harmonies of #57CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBA0

Black with #57CBA0

Text Example


Text Example

White with #57CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,203,160); }

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

background-color css

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

 a { background-color: rgb(87,203,160); }

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

border-color css

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

 span { border-color: rgb(87,203,160); }

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