Html Css Color HEX #57DBB0 Medium Aquamarine

📋 copy color: '#57DBB0'

red 87 ◦ green 219 ◦ blue 176

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

Shades of Medium Aquamarine #57DBB0

Tints of Medium Aquamarine #57DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 18.05%
G = 45.44%
B = 36.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#57DBB0 (or 0x57DBB0) is known color: Medium Aquamarine. HEX triplet: 57, DB and B0. RGB value is (87,219,176). Sum of RGB (Red+Green+Blue) = 87+219+176=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DBB0 is #A8244F. Grayscale: #AEAEAE. Windows color (decimal): -11019344 or 11590487. OLE color: 11590487.

HSL color Cylindrical-coordinate representation of color #57DBB0: hue angle of 160.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DBB0 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 219 176 -
CMYK 0.60 0 0.20 0.14
HSL 160.45º 0.65% 0.6% -
HSV(B) 160.45º 0.6% 0.86% -
XYZ 37.1 55.82 49.89 -
YUV 174.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 87 219 176 0.60 0 0.20 0.14 160.45 0.65 0.6
Hex 57 DB B0 3C 0 14 E A0 41 3C
Octal 127 333 260 74 0 24 16 240 101 74
Binary 1010111 11011011 10110000 111100 0 10100 1110 10100000 1000001 111100

Color Harmonies of #57DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBB0

Black with #57DBB0

Text Example


Text Example

White with #57DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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