#56cdb9

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

Shades of Downy #56CDB9

Tints of Downy #56CDB9

Color information

#56CDB9 (or 0x56CDB9) is unknown color: approx Downy. HEX triplet: 56, CD and B9. RGB value is (86,205,185). Sum of RGB (Red+Green+Blue) = 86+205+185=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDB9 is #A93246. Grayscale: #A7A7A7. Windows color (decimal): -11088455 or 12176726. OLE color: 12176726.

HSL color Cylindrical-coordinate representation of color #56CDB9: hue angle of 169.92º 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 #56CDB9 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB86205185-
CMYK0.5800.100.20
HSL169.92º54.34%57.06%-
HSV(B)169.92º58.05%80.39%-
XYZ34.4349.1453.57-
YUV167.14138.0870.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.07%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=18.07%
G=43.07%
B=38.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862051850.5800.100.20169.9254.3457.06
Hex56CDB93A0A14aa3639
Octal12631527172012242526671
Binary10101101100110110111001111010010101010010101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56cdb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,205,185); }

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

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

 a { background-color: rgb(86,205,185); }

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

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

 span { border-color: rgb(86,205,185); }

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