#61DABD

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

Shades of Downy #61DABD

Tints of Downy #61DABD

Color information

#61DABD (or 0x61DABD) is unknown color: approx Downy. HEX triplet: 61, DA and BD. RGB value is (97,218,189). Sum of RGB (Red+Green+Blue) = 97+218+189=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABD is #9E2542. Grayscale: #B2B2B2. Windows color (decimal): -10364227 or 12442209. OLE color: 12442209.

HSL color Cylindrical-coordinate representation of color #61DABD: hue angle of 165.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DABD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB97218189-
CMYK0.5600.130.15
HSL165.62º62.05%61.76%-
HSV(B)165.62º55.5%85.49%-
XYZ39.1956.3656.96-
YUV178.52133.9169.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=19.25%
G=43.25%
B=37.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181890.5600.130.15165.6262.0561.76
Hex61DABD380DFa63e3e
Octal14133227570015172467676
Binary1100001110110101011110111100001101111110100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61DABD; }

 p { color: rgb(97,218,189); }

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

<style>
 a { background-color: #61DABD; }

 a { background-color: rgb(97,218,189); }

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

<style>
 span { border-color: #61DABD; }

 span { border-color: rgb(97,218,189); }

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