#61C9BB

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

Shades of Downy #61C9BB

Tints of Downy #61C9BB

Color information

#61C9BB (or 0x61C9BB) is unknown color: approx Downy. HEX triplet: 61, C9 and BB. RGB value is (97,201,187). Sum of RGB (Red+Green+Blue) = 97+201+187=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9BB is #9E3644. Grayscale: #A8A8A8. Windows color (decimal): -10368581 or 12306785. OLE color: 12306785.

HSL color Cylindrical-coordinate representation of color #61C9BB: hue angle of 171.92º 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 #61C9BB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB97201187-
CMYK0.5200.070.21
HSL171.92º49.06%58.43%-
HSV(B)171.92º51.74%78.82%-
XYZ34.7947.954.43-
YUV168.31138.5477.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=20%
G=41.44%
B=38.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972011870.5200.070.21171.9249.0658.43
Hex61C9BB340715ac313a
Octal1413112736407252546172
Binary1100001110010011011101111010001111010110101100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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