#61DDBE

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

Shades of Downy #61DDBE

Tints of Downy #61DDBE

Color information

#61DDBE (or 0x61DDBE) is unknown color: approx Downy. HEX triplet: 61, DD and BE. RGB value is (97,221,190). Sum of RGB (Red+Green+Blue) = 97+221+190=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDBE is #9E2241. Grayscale: #B4B4B4. Windows color (decimal): -10363458 or 12508513. OLE color: 12508513.

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

Color convert

RGB97221190-
CMYK0.5600.140.13
HSL165º64.58%62.35%-
HSV(B)165º56.11%86.67%-
XYZ40.0857.9757.79-
YUV180.39133.4268.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=19.09%
G=43.50%
B=37.40%

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
Decimal972211900.5600.140.1316564.5862.35
Hex61DDBE380EDa5413e
Octal141335276700161524510176
Binary11000011101110110111110111000011101101101001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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