#61D7C6

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

Shades of Downy #61D7C6

Tints of Downy #61D7C6

Color information

#61D7C6 (or 0x61D7C6) is unknown color: approx Downy. HEX triplet: 61, D7 and C6. RGB value is (97,215,198). Sum of RGB (Red+Green+Blue) = 97+215+198=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #61D7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7C6 is #9E2839. Grayscale: #B1B1B1. Windows color (decimal): -10364986 or 13031265. OLE color: 13031265.

HSL color Cylindrical-coordinate representation of color #61D7C6: hue angle of 171.36º 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 #61D7C6 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB97215198-
CMYK0.5500.080.16
HSL171.36º59.6%61.18%-
HSV(B)171.36º54.88%84.31%-
XYZ39.4255.2262.01-
YUV177.78139.4170.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=19.02%
G=42.16%
B=38.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972151980.5500.080.16171.3659.661.18
Hex61D7C6370810ab3c3d
Octal14132730667010202537475
Binary11000011101011111000110110111010001000010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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