Html Css Color HEX #57DDC0 Downy

📋 copy color: '#57DDC0'

red 87 ◦ green 221 ◦ blue 192

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

Shades of Downy #57DDC0

Tints of Downy #57DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 17.4%
G = 44.2%
B = 38.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#57DDC0 (or 0x57DDC0) is known color: Downy. HEX triplet: 57, DD and C0. RGB value is (87,221,192). Sum of RGB (Red+Green+Blue) = 87+221+192=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDC0 is #A8223F. Grayscale: #B1B1B1. Windows color (decimal): -11018816 or 12639575. OLE color: 12639575.

HSL color Cylindrical-coordinate representation of color #57DDC0: hue angle of 167.01º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDC0 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 221 192 -
CMYK 0.61 0 0.13 0.13
HSL 167.01º 0.66% 0.6% -
HSV(B) 167.01º 0.61% 0.87% -
XYZ 39.3 57.54 58.91 -
YUV 177.63 136.11 63.36 -
System Red Green Blue C M Y K H S L
Decimal 87 221 192 0.61 0 0.13 0.13 167.01 0.66 0.6
Hex 57 DD C0 3D 0 D D A7 42 3C
Octal 127 335 300 75 0 15 15 247 102 74
Binary 1010111 11011101 11000000 111101 0 1101 1101 10100111 1000010 111100

Color Harmonies of #57DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDC0

Black with #57DDC0

Text Example


Text Example

White with #57DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,221,192); }

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

background-color css

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

 a { background-color: rgb(87,221,192); }

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

border-color css

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

 span { border-color: rgb(87,221,192); }

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