#61EDC6

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

Shades of Downy #61EDC6

Tints of Downy #61EDC6

Color information

#61EDC6 (or 0x61EDC6) is unknown color: approx Downy. HEX triplet: 61, ED and C6. RGB value is (97,237,198). Sum of RGB (Red+Green+Blue) = 97+237+198=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDC6 is #9E1239. Grayscale: #BEBEBE. Windows color (decimal): -10359354 or 13036897. OLE color: 13036897.

HSL color Cylindrical-coordinate representation of color #61EDC6: hue angle of 163.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDC6 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB97237198-
CMYK0.5900.160.07
HSL163.29º79.55%65.49%-
HSV(B)163.29º59.07%92.94%-
XYZ45.4167.1964-
YUV190.69132.1261.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.23%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=18.23%
G=44.55%
B=37.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972371980.5900.160.07163.2979.5565.49
Hex61EDC63B0107a35041
Octal141355306730207243120101
Binary110000111101101110001101110110100001111010001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,237,198); }

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

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

 a { background-color: rgb(97,237,198); }

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

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

 span { border-color: rgb(97,237,198); }

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