#61D1B9

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

Shades of Downy #61D1B9

Tints of Downy #61D1B9

Color information

#61D1B9 (or 0x61D1B9) is unknown color: approx Downy. HEX triplet: 61, D1 and B9. RGB value is (97,209,185). Sum of RGB (Red+Green+Blue) = 97+209+185=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1B9 is #9E2E46. Grayscale: #ACACAC. Windows color (decimal): -10366535 or 12177761. OLE color: 12177761.

HSL color Cylindrical-coordinate representation of color #61D1B9: hue angle of 167.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D1B9 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB97209185-
CMYK0.5400.110.18
HSL167.14º54.9%60%-
HSV(B)167.14º53.59%81.96%-
XYZ36.4951.6553.94-
YUV172.78134.8973.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=19.76%
G=42.57%
B=37.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972091850.5400.110.18167.1454.960
Hex61D1B9360B12a7373c
Octal14132127166013222476774
Binary11000011101000110111001110110010111001010100111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,209,185); }

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

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

 a { background-color: rgb(97,209,185); }

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

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

 span { border-color: rgb(97,209,185); }

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