#61D7BA

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

Shades of Downy #61D7BA

Tints of Downy #61D7BA

Color information

#61D7BA (or 0x61D7BA) is unknown color: approx Downy. HEX triplet: 61, D7 and BA. RGB value is (97,215,186). Sum of RGB (Red+Green+Blue) = 97+215+186=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #61D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7BA is #9E2845. Grayscale: #B0B0B0. Windows color (decimal): -10364998 or 12244833. OLE color: 12244833.

HSL color Cylindrical-coordinate representation of color #61D7BA: hue angle of 165.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D7BA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB97215186-
CMYK0.5500.130.16
HSL165.25º59.6%61.18%-
HSV(B)165.25º54.88%84.31%-
XYZ38.0954.6955-
YUV176.41133.4171.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.48%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=19.48%
G=43.17%
B=37.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972151860.5500.130.16165.2559.661.18
Hex61D7BA370D10a53c3d
Octal14132727267015202457475
Binary11000011101011110111010110111011011000010100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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