#61DDBF

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

Shades of Downy #61DDBF

Tints of Downy #61DDBF

Color information

#61DDBF (or 0x61DDBF) is unknown color: approx Downy. HEX triplet: 61, DD and BF. RGB value is (97,221,191). Sum of RGB (Red+Green+Blue) = 97+221+191=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDBF is #9E2240. Grayscale: #B4B4B4. Windows color (decimal): -10363457 or 12574049. OLE color: 12574049.

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

Color convert

RGB97221191-
CMYK0.5600.140.13
HSL165.48º64.58%62.35%-
HSV(B)165.48º56.11%86.67%-
XYZ40.1958.0258.37-
YUV180.5133.9268.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.06%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 191 (75% from 255) = 37.52%
R=19.06%
G=43.42%
B=37.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211910.5600.140.13165.4864.5862.35
Hex61DDBF380EDa5413e
Octal141335277700161524510176
Binary11000011101110110111111111000011101101101001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,221,191); }

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

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

 a { background-color: rgb(97,221,191); }

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

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

 span { border-color: rgb(97,221,191); }

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