#61C5BE

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

Shades of Downy #61C5BE

Tints of Downy #61C5BE

Color information

#61C5BE (or 0x61C5BE) is unknown color: approx Downy. HEX triplet: 61, C5 and BE. RGB value is (97,197,190). Sum of RGB (Red+Green+Blue) = 97+197+190=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #61C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5BE is #9E3A41. Grayscale: #A6A6A6. Windows color (decimal): -10369602 or 12502369. OLE color: 12502369.

HSL color Cylindrical-coordinate representation of color #61C5BE: hue angle of 175.8º 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 #61C5BE is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB97197190-
CMYK0.5100.040.23
HSL175.8º46.3%57.65%-
HSV(B)175.8º50.76%77.25%-
XYZ34.1946.1955.83-
YUV166.3141.3778.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=20.04%
G=40.70%
B=39.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971971900.5100.040.23175.846.357.65
Hex61C5BE330417b02e3a
Octal1413052766304272605672
Binary1100001110001011011111011001101001011110110000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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