#57CDBA

Color #57CDBA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #57CDBA

Tints of Downy #57CDBA

Color information

#57CDBA (or 0x57CDBA) is unknown color: approx Downy. HEX triplet: 57, CD and BA. RGB value is (87,205,186). Sum of RGB (Red+Green+Blue) = 87+205+186=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDBA is #A83245. Grayscale: #A7A7A7. Windows color (decimal): -11022918 or 12242263. OLE color: 12242263.

HSL color Cylindrical-coordinate representation of color #57CDBA: hue angle of 170.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CDBA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB87205186-
CMYK0.5800.090.20
HSL170.34º54.13%57.25%-
HSV(B)170.34º57.56%80.39%-
XYZ34.6249.2354.13-
YUV167.55138.4170.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.20%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=18.20%
G=42.89%
B=38.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872051860.5800.090.20170.3454.1357.25
Hex57CDBA3A0914aa3639
Octal12731527272011242526671
Binary10101111100110110111010111010010011010010101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57CDBA;
 }
 .AnyTagClassName
 {
   color: #57CDBA;
 }
</style>
background-color css

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

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

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

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

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

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