Html Css Color HEX #57DABA Downy

📋 copy color: '#57DABA'

red 87 ◦ green 218 ◦ blue 186

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

Shades of Downy #57DABA

Tints of Downy #57DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 17.72%
G = 44.4%
B = 37.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#57DABA (or 0x57DABA) is known color: Downy. HEX triplet: 57, DA and BA. RGB value is (87,218,186). Sum of RGB (Red+Green+Blue) = 87+218+186=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #57DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DABA is #A82545. Grayscale: #AFAFAF. Windows color (decimal): -11019590 or 12245591. OLE color: 12245591.

HSL color Cylindrical-coordinate representation of color #57DABA: hue angle of 165.34º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DABA is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 218 186 -
CMYK 0.60 0 0.15 0.15
HSL 165.34º 0.64% 0.6% -
HSV(B) 165.34º 0.6% 0.85% -
XYZ 37.86 55.71 55.21 -
YUV 175.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 87 218 186 0.60 0 0.15 0.15 165.34 0.64 0.6
Hex 57 DA BA 3C 0 F F A5 40 3C
Octal 127 332 272 74 0 17 17 245 100 74
Binary 1010111 11011010 10111010 111100 0 1111 1111 10100101 1000000 111100

Color Harmonies of #57DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DABA

Black with #57DABA

Text Example


Text Example

White with #57DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,218,186); }

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

background-color css

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

 a { background-color: rgb(87,218,186); }

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

border-color css

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

 span { border-color: rgb(87,218,186); }

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