Html Css Color HEX #57D5AF Medium Aquamarine

📋 copy color: '#57D5AF'

red 87 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #57D5AF

Tints of Medium Aquamarine #57D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 18.32%
G = 44.84%
B = 36.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#57D5AF (or 0x57D5AF) is known color: Medium Aquamarine. HEX triplet: 57, D5 and AF. RGB value is (87,213,175). Sum of RGB (Red+Green+Blue) = 87+213+175=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #57D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D5AF is #A82A50. Grayscale: #ABABAB. Windows color (decimal): -11020881 or 11523415. OLE color: 11523415.

HSL color Cylindrical-coordinate representation of color #57D5AF: hue angle of 161.9º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D5AF is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 213 175 -
CMYK 0.59 0 0.18 0.16
HSL 161.9º 0.6% 0.59% -
HSV(B) 161.9º 0.59% 0.84% -
XYZ 35.46 52.71 48.86 -
YUV 170.99 130.26 68.09 -
System Red Green Blue C M Y K H S L
Decimal 87 213 175 0.59 0 0.18 0.16 161.9 0.6 0.59
Hex 57 D5 AF 3B 0 12 10 A2 3C 3B
Octal 127 325 257 73 0 22 20 242 74 73
Binary 1010111 11010101 10101111 111011 0 10010 10000 10100010 111100 111011

Color Harmonies of #57D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D5AF

Black with #57D5AF

Text Example


Text Example

White with #57D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,213,175); }

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

background-color css

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

 a { background-color: rgb(87,213,175); }

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

border-color css

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

 span { border-color: rgb(87,213,175); }

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