#61C9B7

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

Shades of Downy #61C9B7

Tints of Downy #61C9B7

Color information

#61C9B7 (or 0x61C9B7) is unknown color: approx Downy. HEX triplet: 61, C9 and B7. RGB value is (97,201,183). Sum of RGB (Red+Green+Blue) = 97+201+183=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9B7 is #9E3648. Grayscale: #A7A7A7. Windows color (decimal): -10368585 or 12044641. OLE color: 12044641.

HSL color Cylindrical-coordinate representation of color #61C9B7: hue angle of 169.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9B7 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB97201183-
CMYK0.5200.090.21
HSL169.62º49.06%58.43%-
HSV(B)169.62º51.74%78.82%-
XYZ34.3647.7352.2-
YUV167.85136.5477.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 201 (78.91% from 255) = 41.79%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=20.17%
G=41.79%
B=38.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972011830.5200.090.21169.6249.0658.43
Hex61C9B7340915aa313a
Octal14131126764011252526172
Binary11000011100100110110111110100010011010110101010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,201,183); }

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

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

 a { background-color: rgb(97,201,183); }

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

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

 span { border-color: rgb(97,201,183); }

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