#61D1CC

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

Shades of Downy #61D1CC

Tints of Downy #61D1CC

Color information

#61D1CC (or 0x61D1CC) is unknown color: approx Downy. HEX triplet: 61, D1 and CC. RGB value is (97,209,204). Sum of RGB (Red+Green+Blue) = 97+209+204=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1CC is #9E2E33. Grayscale: #AEAEAE. Windows color (decimal): -10366516 or 13422945. OLE color: 13422945.

HSL color Cylindrical-coordinate representation of color #61D1CC: hue angle of 177.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D1CC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB97209204-
CMYK0.5400.020.18
HSL177.32º54.9%60%-
HSV(B)177.32º53.59%81.96%-
XYZ38.6352.565.22-
YUV174.94144.3972.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 204 (80.08% from 255) = 40%
R=19.02%
G=40.98%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972092040.5400.020.18177.3254.960
Hex61D1CC360212b1373c
Octal1413213146602222616774
Binary110000111010001110011001101100101001010110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,209,204); }

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

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

 a { background-color: rgb(97,209,204); }

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

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

 span { border-color: rgb(97,209,204); }

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