#61DAC9

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

Shades of Downy #61DAC9

Tints of Downy #61DAC9

Color information

#61DAC9 (or 0x61DAC9) is unknown color: approx Downy. HEX triplet: 61, DA and C9. RGB value is (97,218,201). Sum of RGB (Red+Green+Blue) = 97+218+201=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAC9 is #9E2536. Grayscale: #B3B3B3. Windows color (decimal): -10364215 or 13228641. OLE color: 13228641.

HSL color Cylindrical-coordinate representation of color #61DAC9: hue angle of 171.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DAC9 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB97218201-
CMYK0.5600.080.15
HSL171.57º62.05%61.76%-
HSV(B)171.57º55.5%85.49%-
XYZ40.5456.964.1-
YUV179.88139.9168.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 218 (85.55% from 255) = 42.25%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=18.80%
G=42.25%
B=38.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972182010.5600.080.15171.5762.0561.76
Hex61DAC93808Fac3e3e
Octal14133231170010172547676
Binary1100001110110101100100111100001000111110101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,218,201); }

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

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

 a { background-color: rgb(97,218,201); }

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

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

 span { border-color: rgb(97,218,201); }

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