#56D9BA

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

Shades of Downy #56D9BA

Tints of Downy #56D9BA

Color information

#56D9BA (or 0x56D9BA) is unknown color: approx Downy. HEX triplet: 56, D9 and BA. RGB value is (86,217,186). Sum of RGB (Red+Green+Blue) = 86+217+186=489 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.59% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #56D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D9BA is #A92645. Grayscale: #AEAEAE. Windows color (decimal): -11085382 or 12245334. OLE color: 12245334.

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

Color convert

RGB86217186-
CMYK0.6000.140.15
HSL165.8º63.29%59.41%-
HSV(B)165.8º60.37%85.1%-
XYZ37.5155.1555.12-
YUV174.3134.665.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.59%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=17.59%
G=44.38%
B=38.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal862171860.6000.140.15165.863.2959.41
Hex56D9BA3C0EFa63f3b
Octal12633127274016172467773
Binary1010110110110011011101011110001110111110100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56D9BA; }

 p { color: rgb(86,217,186); }

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

<style>
 a { background-color: #56D9BA; }

 a { background-color: rgb(86,217,186); }

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

<style>
 span { border-color: #56D9BA; }

 span { border-color: rgb(86,217,186); }

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