#61DABC

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

Shades of Downy #61DABC

Tints of Downy #61DABC

Color information

#61DABC (or 0x61DABC) is unknown color: approx Downy. HEX triplet: 61, DA and BC. RGB value is (97,218,188). Sum of RGB (Red+Green+Blue) = 97+218+188=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABC is #9E2543. Grayscale: #B2B2B2. Windows color (decimal): -10364228 or 12376673. OLE color: 12376673.

HSL color Cylindrical-coordinate representation of color #61DABC: hue angle of 165.12º 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 #61DABC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB97218188-
CMYK0.5600.140.15
HSL165.12º62.05%61.76%-
HSV(B)165.12º55.5%85.49%-
XYZ39.0856.3256.39-
YUV178.4133.4169.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=19.28%
G=43.34%
B=37.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181880.5600.140.15165.1262.0561.76
Hex61DABC380EFa53e3e
Octal14133227470016172457676
Binary1100001110110101011110011100001110111110100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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