#61C2BB

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

Shades of Downy #61C2BB

Tints of Downy #61C2BB

Color information

#61C2BB (or 0x61C2BB) is unknown color: approx Downy. HEX triplet: 61, C2 and BB. RGB value is (97,194,187). Sum of RGB (Red+Green+Blue) = 97+194+187=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2BB is #9E3D44. Grayscale: #A4A4A4. Windows color (decimal): -10370373 or 12304993. OLE color: 12304993.

HSL color Cylindrical-coordinate representation of color #61C2BB: hue angle of 175.67º 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 #61C2BB is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB97194187-
CMYK0.5000.040.24
HSL175.67º44.29%57.06%-
HSV(B)175.67º50%76.08%-
XYZ33.1944.7153.89-
YUV164.2140.8680.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=20.29%
G=40.59%
B=39.12%

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
Decimal971941870.5000.040.24175.6744.2957.06
Hex61C2BB320418b02c39
Octal1413022736204302605471
Binary1100001110000101011101111001001001100010110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,187); }

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

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

 a { background-color: rgb(97,194,187); }

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

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

 span { border-color: rgb(97,194,187); }

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