#61C3BF

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

Shades of Downy #61C3BF

Tints of Downy #61C3BF

Color information

#61C3BF (or 0x61C3BF) is unknown color: approx Downy. HEX triplet: 61, C3 and BF. RGB value is (97,195,191). Sum of RGB (Red+Green+Blue) = 97+195+191=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #61C3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3BF is #9E3C40. Grayscale: #A5A5A5. Windows color (decimal): -10370113 or 12567393. OLE color: 12567393.

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

Color convert

RGB97195191-
CMYK0.5000.020.24
HSL177.55º44.95%57.25%-
HSV(B)177.55º50.26%76.47%-
XYZ33.8545.3356.26-
YUV165.24142.5379.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 191 (75% from 255) = 39.54%
R=20.08%
G=40.37%
B=39.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951910.5000.020.24177.5544.9557.25
Hex61C3BF320218b22d39
Octal1413032776202302625571
Binary110000111000011101111111100100101100010110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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