#61C8C5

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

Shades of Downy #61C8C5

Tints of Downy #61C8C5

Color information

#61C8C5 (or 0x61C8C5) is unknown color: approx Downy. HEX triplet: 61, C8 and C5. RGB value is (97,200,197). Sum of RGB (Red+Green+Blue) = 97+200+197=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #61C8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C8C5 is #9E373A. Grayscale: #A8A8A8. Windows color (decimal): -10368827 or 12961889. OLE color: 12961889.

HSL color Cylindrical-coordinate representation of color #61C8C5: hue angle of 178.25º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C8C5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB97200197-
CMYK0.5200.020.22
HSL178.25º48.36%58.24%-
HSV(B)178.25º51.5%78.43%-
XYZ35.6647.8860.19-
YUV168.86143.8876.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.64%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=19.64%
G=40.49%
B=39.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal972001970.5200.020.22178.2548.3658.24
Hex61C8C5340216b2303a
Octal1413103056402262626072
Binary110000111001000110001011101000101011010110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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