#61D6C5

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

Shades of Downy #61D6C5

Tints of Downy #61D6C5

Color information

#61D6C5 (or 0x61D6C5) is unknown color: approx Downy. HEX triplet: 61, D6 and C5. RGB value is (97,214,197). Sum of RGB (Red+Green+Blue) = 97+214+197=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #61D6C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D6C5 is #9E293A. Grayscale: #B1B1B1. Windows color (decimal): -10365243 or 12965473. OLE color: 12965473.

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

Color convert

RGB97214197-
CMYK0.5500.080.16
HSL171.28º58.79%60.98%-
HSV(B)171.28º54.67%83.92%-
XYZ39.0554.6761.32-
YUV177.08139.2470.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=19.09%
G=42.13%
B=38.78%

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
Decimal972141970.5500.080.16171.2858.7960.98
Hex61D6C5370810ab3b3d
Octal14132630567010202537375
Binary11000011101011011000101110111010001000010101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,197); }

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

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

 a { background-color: rgb(97,214,197); }

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

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

 span { border-color: rgb(97,214,197); }

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