#61C3BB

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

Shades of Downy #61C3BB

Tints of Downy #61C3BB

Color information

#61C3BB (or 0x61C3BB) is unknown color: approx Downy. HEX triplet: 61, C3 and BB. RGB value is (97,195,187). Sum of RGB (Red+Green+Blue) = 97+195+187=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #61C3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3BB is #9E3C44. Grayscale: #A4A4A4. Windows color (decimal): -10370117 or 12305249. OLE color: 12305249.

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

Color convert

RGB97195187-
CMYK0.5000.040.24
HSL175.1º44.95%57.25%-
HSV(B)175.1º50.26%76.47%-
XYZ33.4145.1653.97-
YUV164.79140.5379.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=20.25%
G=40.71%
B=39.04%

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
Decimal971951870.5000.040.24175.144.9557.25
Hex61C3BB320418af2d39
Octal1413032736204302575571
Binary1100001110000111011101111001001001100010101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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