#61C7BA

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

Shades of Downy #61C7BA

Tints of Downy #61C7BA

Color information

#61C7BA (or 0x61C7BA) is unknown color: approx Downy. HEX triplet: 61, C7 and BA. RGB value is (97,199,186). Sum of RGB (Red+Green+Blue) = 97+199+186=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #61C7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C7BA is #9E3845. Grayscale: #A6A6A6. Windows color (decimal): -10369094 or 12240737. OLE color: 12240737.

HSL color Cylindrical-coordinate representation of color #61C7BA: hue angle of 172.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C7BA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB97199186-
CMYK0.5100.070.22
HSL172.35º47.66%58.04%-
HSV(B)172.35º51.26%78.04%-
XYZ34.2246.9353.71-
YUV167.02138.7178.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.12%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=20.12%
G=41.29%
B=38.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971991860.5100.070.22172.3547.6658.04
Hex61C7BA330716ac303a
Octal1413072726307262546072
Binary1100001110001111011101011001101111011010101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,199,186); }

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

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

 a { background-color: rgb(97,199,186); }

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

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

 span { border-color: rgb(97,199,186); }

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