#61DCC0

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

Shades of Downy #61DCC0

Tints of Downy #61DCC0

Color information

#61DCC0 (or 0x61DCC0) is unknown color: approx Downy. HEX triplet: 61, DC and C0. RGB value is (97,220,192). Sum of RGB (Red+Green+Blue) = 97+220+192=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCC0 is #9E233F. Grayscale: #B4B4B4. Windows color (decimal): -10363712 or 12639329. OLE color: 12639329.

HSL color Cylindrical-coordinate representation of color #61DCC0: hue angle of 166.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCC0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB97220192-
CMYK0.5600.130.14
HSL166.34º63.73%62.16%-
HSV(B)166.34º55.91%86.27%-
XYZ40.0457.5358.86-
YUV180.03134.7568.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.06%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=19.06%
G=43.22%
B=37.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972201920.5600.130.14166.3463.7362.16
Hex61DCC0380DEa6403e
Octal141334300700151624610076
Binary11000011101110011000000111000011011110101001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,220,192); }

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

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

 a { background-color: rgb(97,220,192); }

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

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

 span { border-color: rgb(97,220,192); }

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