#61DABA

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

Shades of Downy #61DABA

Tints of Downy #61DABA

Color information

#61DABA (or 0x61DABA) is unknown color: approx Downy. HEX triplet: 61, DA and BA. RGB value is (97,218,186). Sum of RGB (Red+Green+Blue) = 97+218+186=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABA is #9E2545. Grayscale: #B2B2B2. Windows color (decimal): -10364230 or 12245601. OLE color: 12245601.

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

Color convert

RGB97218186-
CMYK0.5600.150.15
HSL164.13º62.05%61.76%-
HSV(B)164.13º55.5%85.49%-
XYZ38.8656.2355.26-
YUV178.17132.4170.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=19.36%
G=43.51%
B=37.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181860.5600.150.15164.1362.0561.76
Hex61DABA380FFa43e3e
Octal14133227270017172447676
Binary1100001110110101011101011100001111111110100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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