#61C5BB

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

Shades of Downy #61C5BB

Tints of Downy #61C5BB

Color information

#61C5BB (or 0x61C5BB) is unknown color: approx Downy. HEX triplet: 61, C5 and BB. RGB value is (97,197,187). Sum of RGB (Red+Green+Blue) = 97+197+187=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #61C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5BB is #9E3A44. Grayscale: #A5A5A5. Windows color (decimal): -10369605 or 12305761. OLE color: 12305761.

HSL color Cylindrical-coordinate representation of color #61C5BB: hue angle of 174º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C5BB is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB97197187-
CMYK0.5100.050.23
HSL174º46.3%57.65%-
HSV(B)174º50.76%77.25%-
XYZ33.8746.0654.12-
YUV165.96139.8778.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=20.17%
G=40.96%
B=38.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971971870.5100.050.2317446.357.65
Hex61C5BB330517ae2e3a
Octal1413052736305272565672
Binary1100001110001011011101111001101011011110101110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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