#61D1C8

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

Shades of Downy #61D1C8

Tints of Downy #61D1C8

Color information

#61D1C8 (or 0x61D1C8) is unknown color: approx Downy. HEX triplet: 61, D1 and C8. RGB value is (97,209,200). Sum of RGB (Red+Green+Blue) = 97+209+200=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1C8 is #9E2E37. Grayscale: #AEAEAE. Windows color (decimal): -10366520 or 13160801. OLE color: 13160801.

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

Color convert

RGB97209200-
CMYK0.5400.040.18
HSL175.18º54.9%60%-
HSV(B)175.18º53.59%81.96%-
XYZ38.1652.3162.73-
YUV174.49142.3972.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.17%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=19.17%
G=41.30%
B=39.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972092000.5400.040.18175.1854.960
Hex61D1C8360412af373c
Octal1413213106604222576774
Binary1100001110100011100100011011001001001010101111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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