#61D1BF

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

Shades of Downy #61D1BF

Tints of Downy #61D1BF

Color information

#61D1BF (or 0x61D1BF) is unknown color: approx Downy. HEX triplet: 61, D1 and BF. RGB value is (97,209,191). Sum of RGB (Red+Green+Blue) = 97+209+191=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1BF is #9E2E40. Grayscale: #ADADAD. Windows color (decimal): -10366529 or 12570977. OLE color: 12570977.

HSL color Cylindrical-coordinate representation of color #61D1BF: hue angle of 170.36º 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 #61D1BF is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB97209191-
CMYK0.5400.090.18
HSL170.36º54.9%60%-
HSV(B)170.36º53.59%81.96%-
XYZ37.1351.957.35-
YUV173.46137.8973.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 191 (75% from 255) = 38.43%
R=19.52%
G=42.05%
B=38.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972091910.5400.090.18170.3654.960
Hex61D1BF360912aa373c
Octal14132127766011222526774
Binary11000011101000110111111110110010011001010101010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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