#61C1B9

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

Shades of Downy #61C1B9

Tints of Downy #61C1B9

Color information

#61C1B9 (or 0x61C1B9) is unknown color: approx Downy. HEX triplet: 61, C1 and B9. RGB value is (97,193,185). Sum of RGB (Red+Green+Blue) = 97+193+185=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1B9 is #9E3E46. Grayscale: #A3A3A3. Windows color (decimal): -10370631 or 12173665. OLE color: 12173665.

HSL color Cylindrical-coordinate representation of color #61C1B9: hue angle of 175º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C1B9 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB97193185-
CMYK0.5000.040.24
HSL175º43.64%56.86%-
HSV(B)175º49.74%75.69%-
XYZ32.7644.1852.7-
YUV163.38140.280.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=20.42%
G=40.63%
B=38.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971931850.5000.040.2417543.6456.86
Hex61C1B9320418af2c39
Octal1413012716204302575471
Binary1100001110000011011100111001001001100010101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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