Html Css Color HEX #57D2BC Downy

📋 copy color: '#57D2BC'

red 87 ◦ green 210 ◦ blue 188

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

Shades of Downy #57D2BC

Tints of Downy #57D2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 17.94%
G = 43.3%
B = 38.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#57D2BC (or 0x57D2BC) is known color: Downy. HEX triplet: 57, D2 and BC. RGB value is (87,210,188). Sum of RGB (Red+Green+Blue) = 87+210+188=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #57D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D2BC is #A82D43. Grayscale: #AAAAAA. Windows color (decimal): -11021636 or 12374615. OLE color: 12374615.

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

Color convert

RGB 87 210 188 -
CMYK 0.59 0 0.10 0.18
HSL 169.27º 0.58% 0.58% -
HSV(B) 169.27º 0.59% 0.82% -
XYZ 36.05 51.75 55.67 -
YUV 170.72 137.75 68.29 -
System Red Green Blue C M Y K H S L
Decimal 87 210 188 0.59 0 0.10 0.18 169.27 0.58 0.58
Hex 57 D2 BC 3B 0 A 12 A9 3A 3A
Octal 127 322 274 73 0 12 22 251 72 72
Binary 1010111 11010010 10111100 111011 0 1010 10010 10101001 111010 111010

Color Harmonies of #57D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D2BC

Black with #57D2BC

Text Example


Text Example

White with #57D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,210,188); }

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

background-color css

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

 a { background-color: rgb(87,210,188); }

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

border-color css

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

 span { border-color: rgb(87,210,188); }

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