#61D1C3

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

Shades of Downy #61D1C3

Tints of Downy #61D1C3

Color information

#61D1C3 (or 0x61D1C3) is unknown color: approx Downy. HEX triplet: 61, D1 and C3. RGB value is (97,209,195). Sum of RGB (Red+Green+Blue) = 97+209+195=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1C3 is #9E2E3C. Grayscale: #ADADAD. Windows color (decimal): -10366525 or 12833121. OLE color: 12833121.

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

Color convert

RGB97209195-
CMYK0.5400.070.18
HSL172.5º54.9%60%-
HSV(B)172.5º53.59%81.96%-
XYZ37.5852.0859.7-
YUV173.92139.8973.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=19.36%
G=41.72%
B=38.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972091950.5400.070.18172.554.960
Hex61D1C3360712ac373c
Octal1413213036607222546774
Binary1100001110100011100001111011001111001010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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